We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55f610 commit 19f5110Copy full SHA for 19f5110
Dockerfile
@@ -39,7 +39,7 @@ RUN --mount=type=secret,id=sentry_token \
39
RUN strip --strip-all /app/target/x86_64-unknown-linux-musl/release/cloudflare-access-webhook-redirect && \
40
upx --best --lzma /app/target/x86_64-unknown-linux-musl/release/cloudflare-access-webhook-redirect
41
42
-FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS env
+FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS env
43
44
# mailcap is used for content type (MIME type) detection
45
# tzdata is used for timezones info
0 commit comments