From 6fb4dc20df39f3a766edbb780fc7dd8cf6ea26eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 02:56:05 +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-5421197 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-3368735 --- 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..150c9ed 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:11.10-slim as production ARG APP_USER=rusty ARG APP_DIR ARG DOMAIN_NAME