Skip to content

Commit b59b3e7

Browse files
Bump alpine from 3.21.3 to 3.22.0 in the container-images group (#385)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be5d0ad commit b59b3e7

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
@@ -9,7 +9,7 @@ ARG TARGETOS TARGETARCH
99
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o ./bin/version-checker ./cmd/.
1010

1111

12-
FROM alpine:3.21.3
12+
FROM alpine:3.22.0
1313
LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics."
1414

1515
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)