Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
ecfd903a7b fix: build/windows/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE314-ZLIB-2976174
2022-08-08 01:35:46 +00:00

View File

@@ -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.14 as downloader
FROM --platform=linux/amd64 alpine:3.15 as downloader
ENV GIT_VERSION 2.30.0
ENV GIT_PATCH_VERSION 2