Skip to content

Commit 0a1443c

Browse files
Bump alpine from 3.22.1 to 3.22.2 in the container-images group (#403)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad2ad7a commit 0a1443c

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.22.1
12+
FROM alpine:3.22.2
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)