We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0614c5 commit b083aa1Copy full SHA for b083aa1
1 file changed
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.23.2
+FROM alpine:3.23.3
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