Skip to content

Commit 296fc84

Browse files
Bump alpine from 3.20.3 to 3.21.0 in the container-images group (#301)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1327273 commit 296fc84

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.20.3
12+
FROM alpine:3.21.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)