From 1d548bf9ac900a4c7291146d0c8dad9ffb40ef7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 05:41:07 +0000 Subject: [PATCH] fix: Dockerfile.e2e to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089234 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 --- Dockerfile.e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.e2e b/Dockerfile.e2e index 2165578a02e51..2c3e3c6ccc822 100644 --- a/Dockerfile.e2e +++ b/Dockerfile.e2e @@ -49,7 +49,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.9 as runner +FROM alpine:3.14.4 as runner ENV DOCKER_REMOTE_DAEMON=1 ENV DOCKER_INTEGRATION_DAEMON_DEST=/