Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed Nov 7, 2021
2 parents e47fb51 + e02ca77 commit efa7082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16 AS builder
FROM golang:1.17 AS builder
ADD . /app/cli
WORKDIR /app/cli
RUN go test ./...
Expand All @@ -9,4 +9,4 @@ FROM alpine:latest
RUN apk --no-cache add ca-certificates
COPY --from=builder /main ./
RUN chmod +x ./main
ENTRYPOINT ["./main"]
ENTRYPOINT ["./main"]

0 comments on commit efa7082

Please sign in to comment.