From 56b422bd3357c9c4b13886e806aa93c5ee824388 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 18:21:58 +0000 Subject: [PATCH] fix: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b46e1074b6..a8e1728c8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ COPY . . RUN make -j$(nproc) ${RELEASE_TYPE} RUN make ci-release -FROM debian:11.6-slim as container +FROM debian:bullseye-20240513-slim as container COPY --from=build /lethean/build/packaged/lethean* /usr/local/bin/ RUN apt-get update && apt-get install -y ca-certificates