We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a519dcd commit a44faedCopy full SHA for a44faed
Dockerfile
@@ -1,5 +1,5 @@
1
# image used for the healthcheck binary
2
-FROM golang:1.17.5-alpine AS gobuilder
+FROM golang:1.22.3-alpine AS gobuilder
3
COPY healthcheck/ /go/src/healthcheck/
4
RUN CGO_ENABLED=0 GO111MODULE=auto go build -trimpath -ldflags '-w -s -extldflags "-static"' -o /healthcheck /go/src/healthcheck/
5
0 commit comments