From 701e98b4420c9296446a3130141faf3e730a803f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 17:03:35 +0000 Subject: [PATCH] fix: e2e/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-ZLIB-2976173 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-BUSYBOX-2440607 - https://snyk.io/vuln/SNYK-ALPINE315-LIBRETLS-2428776 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 --- e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index eefa25d0391..220ec49a82c 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -10,7 +10,7 @@ RUN wget -q https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_ wget -q https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm && \ chmod +x /usr/local/bin/helm -FROM alpine:3.15.0 +FROM alpine:3.17 RUN apk add -U --no-cache \ ca-certificates \ bash \