From 06d3ce4133044905c1a12f0375552ae917ba48c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Mar 2022 04:17:09 +0000 Subject: [PATCH] fix: e2e/images/vuln_alpine/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-MUSL-1042763 - https://snyk.io/vuln/SNYK-ALPINE311-MUSL-1042763 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 --- e2e/images/vuln_alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/images/vuln_alpine/Dockerfile b/e2e/images/vuln_alpine/Dockerfile index a6ca322..1ee2c8b 100644 --- a/e2e/images/vuln_alpine/Dockerfile +++ b/e2e/images/vuln_alpine/Dockerfile @@ -1,7 +1,7 @@ FROM k8s.gcr.io/pause AS pause #An old alpine image -FROM alpine:3.11.0 +FROM alpine:3.14 COPY --from=pause /pause /pause RUN apk update && apk add bash