Skip to content

Commit a44faed

Browse files
chore(deps): bump golang from 1.17.5-alpine to 1.22.3-alpine
Bumps golang from 1.17.5-alpine to 1.22.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a519dcd commit a44faed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# image used for the healthcheck binary
2-
FROM golang:1.17.5-alpine AS gobuilder
2+
FROM golang:1.22.3-alpine AS gobuilder
33
COPY healthcheck/ /go/src/healthcheck/
44
RUN CGO_ENABLED=0 GO111MODULE=auto go build -trimpath -ldflags '-w -s -extldflags "-static"' -o /healthcheck /go/src/healthcheck/
55

0 commit comments

Comments
 (0)