From 7107032167fd3cfef46982639dab32c4a525cb16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 08:19:38 +0000 Subject: [PATCH] fix: rust/cubestore/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-1560739 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-5733385 --- rust/cubestore/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/cubestore/Dockerfile b/rust/cubestore/Dockerfile index db2ec1ec76cd1..97d3a4428efa8 100644 --- a/rust/cubestore/Dockerfile +++ b/rust/cubestore/Dockerfile @@ -26,7 +26,7 @@ COPY cubestore/cubestore cubestore RUN [ "$WITH_AVX2" -eq "1" ] && export RUSTFLAGS="-C target-feature=+avx2"; \ cargo build --release -p cubestore -FROM debian:bookworm-slim +FROM debian:12.11-slim WORKDIR /cube