From e09437d33c95713fff4ced992892849217cb726a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 01:49:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9533e36..f163d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG KUBECTL_VERSION=v1.28.9 ################################################################ ################################################################ -FROM debian:bullseye-20240904-slim AS base +FROM debian:bullseye-20241016-slim AS base LABEL vendor="Binbash Leverage (info@binbash.com.ar)"