From 23133d43a5f034093e1f72b889cb170ab459ffc5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Jun 2025 18:07:05 +0000 Subject: [PATCH] fix: Dockerfile.e2e to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- Dockerfile.e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 4a98c61d9f1fc..3dcfd8641d819 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -50,7 +50,7 @@ RUN hack/make.sh build-integration-test-binary RUN mkdir -p /build/tests && find . -name test.main -exec cp --parents '{}' /build/tests \; ## Generate testing image -FROM alpine:3.10 as runner +FROM alpine:3.22.0 as runner ENV DOCKER_REMOTE_DAEMON=1 ENV DOCKER_INTEGRATION_DAEMON_DEST=/