From fb7cdacbaa0949e669ccc768fd1df1f6c3d1c217 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 20 Oct 2021 00:22:21 +0200 Subject: [PATCH] fix: build/windows/Dockerfile to reduce vulnerabilities (#5913) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1089239 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569446 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 --- build/windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/windows/Dockerfile b/build/windows/Dockerfile index 1e788a2b0..57afeb370 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.14 as downloader ENV GIT_VERSION 2.30.0 ENV GIT_PATCH_VERSION 2