Skip to content

Commit

Permalink
Merge pull request #92 from ironpeakservices/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.16.2-alpine

chore(deps): bump golang from 1.16.1-alpine to 1.16.2-alpine
  • Loading branch information
hazcod authored Mar 12, 2021
2 parents e3cba31 + ae2f251 commit 3b77cab
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.1-alpine AS gobuilder
FROM golang:1.16.2-alpine AS gobuilder
COPY healthcheck/ /go/src/healthcheck/
RUN CGO_ENABLED=0 go build -ldflags '-w -s -extldflags "-static"' -o /healthcheck /go/src/healthcheck/

Expand Down

0 comments on commit 3b77cab

Please sign in to comment.