Skip to content

Commit

Permalink
feat(go): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hazcod authored May 7, 2021
1 parent a18b9f2 commit 560f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image used for the healthcheck binary
FROM golang:1.16.3-alpine AS gobuilder
FROM golang:1.16-alpine AS gobuilder
COPY healthcheck/ /go/src/healthcheck/
RUN CGO_ENABLED=0 GO111MODULE=auto go build -trimpath -ldflags '-w -s -extldflags "-static"' -o /healthcheck /go/src/healthcheck/

Expand Down

0 comments on commit 560f187

Please sign in to comment.