From bc5d4cbf8e1a23d893c6ed5d8a3570ca2b010502 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2024 02:11:21 +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-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 --- 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..9fc1c11 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-20240211-slim as production ARG APP_USER=rusty ARG APP_DIR ARG DOMAIN_NAME