From 323ea1c0015147d02a43ce1528af78fb0e87106a Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:24:10 +0000 Subject: [PATCH] fix: v3/dev-auth-webhook.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-TAR-1560620 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-10378969 --- v3/dev-auth-webhook.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/dev-auth-webhook.Dockerfile b/v3/dev-auth-webhook.Dockerfile index a9744629a52e3..2968b155537a5 100644 --- a/v3/dev-auth-webhook.Dockerfile +++ b/v3/dev-auth-webhook.Dockerfile @@ -9,7 +9,7 @@ WORKDIR /app/crates/auth/dev-auth-webhook RUN cargo build --release --package=dev-auth-webhook # copy -FROM debian:bookworm-slim +FROM debian:12.11-slim COPY --from=builder /app/target/release/dev-auth-webhook /usr/bin