From feca473b6f05c0d022d1dd2ea60150bab2c03adb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 May 2021 04:44:05 +0000 Subject: [PATCH] fix: build/windows/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1246345 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1075732 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1075732 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1089239 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1089239 --- build/windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows/Dockerfile b/build/windows/Dockerfile index 16951f065..eb80c6539 100644 --- a/build/windows/Dockerfile +++ b/build/windows/Dockerfile @@ -1,6 +1,6 @@ ARG OSVERSION FROM --platform=linux/amd64 gcr.io/k8s-staging-e2e-test-images/windows-servercore-cache:1.0-linux-amd64-${OSVERSION} as core -FROM --platform=linux/amd64 alpine:3.13.0 as downloader +FROM --platform=linux/amd64 alpine:3 as downloader ENV GIT_VERSION 2.30.0 ENV GIT_PATCH_VERSION 2