From 7e7839befc5796ddfafe4ed561dd973ecc189afe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Feb 2025 05:04:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBCAP2-8732577 - https://snyk.io/vuln/SNYK-DEBIAN12-APT-1541449 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9bf2c0..6fc291a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6 curl -o kubectl1.6 -L https://storage.googleapis.com/kubernetes-release/release/v1.6.0/bin/linux/${ARCH}/kubectl -FROM debian:bookworm-20240812-slim +FROM debian:12.9-slim RUN apt-get update -y # install busybox by building source until it's unavailable by apt-get for v1.36.1 ad no need to link [[