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 ad2ad7a commit 0a1443cCopy full SHA for 0a1443c
Dockerfile
@@ -9,7 +9,7 @@ ARG TARGETOS TARGETARCH
9
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o ./bin/version-checker ./cmd/.
10
11
12
-FROM alpine:3.22.1
+FROM alpine:3.22.2
13
LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics."
14
15
RUN apk --no-cache add ca-certificates
0 commit comments