From c1801547422349f9514bf730330dffdb954f03c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Mar 2023 04:54:41 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-APT-522585 - https://snyk.io/vuln/SNYK-DEBIAN11-APT-522585 - https://snyk.io/vuln/SNYK-DEBIAN11-BASH-3112361 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUPG2-3330745 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-3318299 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 362ef5d..da5e4f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,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:bullseye-slim +FROM debian:11.6-slim RUN apt-get update -y && apt-get install busybox -y && ln -s /bin/busybox /usr/bin/[[