From f305d7eaae396472d2269690423b287a739c325c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 23:29:38 +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-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3314629 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-3368753 --- e2e/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index eefa25d0391..bf685c8bc4d 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.21.0 RUN apk add -U --no-cache \ ca-certificates \ bash \