From 92fdba1449b8fd8f75cb5d41e0494e83f4239d0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jul 2024 09:01:51 +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-GNUTLS28-6159417 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-2767191 - https://snyk.io/vuln/SNYK-DEBIAN11-NCURSES-5421197 --- 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..a254110 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-20240701-slim as production ARG APP_USER=rusty ARG APP_DIR ARG DOMAIN_NAME