From 6673e5500e0a865074a040800cb1d76a7d6e71b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jul 2025 09:15:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-LIBTASN16-8689970 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a9bf2c0..78d8989 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.11-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 [[