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 e636e6e commit 00bd66e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ ARG GIT_COMMIT=unspecified
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 All @@ -22,4 +20,4 @@ USER ContainerAdministrator
LABEL git_commit=$GIT_COMMIT

COPY dist /app/
ENTRYPOINT ["C:/app/portainer-updater.exe"]
ENTRYPOINT ["C:/app/portainer-updater.exe"]

0 comments on commit 00bd66e

Please sign in to comment.