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 c828975 commit 4c2923dCopy full SHA for 4c2923d
Dockerfile
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 go build \
27
############################################################
28
# Runtime Image
29
30
-FROM alpine:3
+FROM alpine:latest
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