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 3d98de6 commit b6949f7Copy full SHA for b6949f7
Dockerfile
@@ -25,7 +25,7 @@ LABEL maintainer="vadimkim <[email protected]>"
25
LABEL org.opencontainers.image.source="https://github.com/vadimkim/cert-manager-webhook-hetzner"
26
27
# Install minimal runtime
28
-RUN apk add --no-cache ca-certificates=20241121-r2 \
+RUN apk add --no-cache ca-certificates=20250619-r0 \
29
&& adduser -D -u 1000 appuser
30
USER appuser
31
0 commit comments