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 df9fc59 commit 96e1480Copy full SHA for 96e1480
Dockerfile
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 go build \
27
############################################################
28
# Runtime Image
29
30
-FROM alpine:3
+FROM alpine:20250108
31
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
32
COPY --from=builder /app/bin/kminion /app/kminion
33
RUN chmod -R +x /app/kminion
0 commit comments