From 2874823fcac5e1c4228e7e0cfd66e3d914510b32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Sep 2024 03:00:45 +0000 Subject: [PATCH] fix: packages/rust-api/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- packages/rust-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rust-api/Dockerfile b/packages/rust-api/Dockerfile index 5d1030a..16124d6 100644 --- a/packages/rust-api/Dockerfile +++ b/packages/rust-api/Dockerfile @@ -15,7 +15,7 @@ COPY . ./ RUN cargo test --release && \ cargo build --release -FROM debian:11.6-slim as production +FROM debian:bullseye-20240926-slim as production ARG APP_USER=rusty ARG APP_DIR ARG DOMAIN_NAME