Skip to content

Commit

Permalink
fix(mingit): upgrade to v2.44.0.1 EE-7023
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-portainer committed Apr 18, 2024
1 parent 70b14d4 commit 3ff1f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/windows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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
ENV GIT_VERSION 2.30.0
ENV GIT_PATCH_VERSION 2
ENV GIT_VERSION 2.44.0
ENV GIT_PATCH_VERSION 1

RUN mkdir mingit/ \
&& wget https://github.com/git-for-windows/git/releases/download/v$GIT_VERSION.windows.$GIT_PATCH_VERSION/MinGit-$GIT_VERSION.$GIT_PATCH_VERSION-busybox-64-bit.zip \
Expand Down

0 comments on commit 3ff1f18

Please sign in to comment.