Skip to content

Commit 9ef22bd

Browse files
committed
upgrade to git 2.11.0
1 parent 3133187 commit 9ef22bd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

1.6/windows/windowsservercore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM microsoft/windowsservercore
44
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
55

66
# install Git (especially for "go get")
7-
ENV GIT_VERSION 2.9.2
7+
ENV GIT_VERSION 2.11.0
88
ENV GIT_TAG v${GIT_VERSION}.windows.1
99
ENV GIT_DOWNLOAD_URL https://github.com/git-for-windows/git/releases/download/${GIT_TAG}/Git-${GIT_VERSION}-64-bit.exe
10-
ENV GIT_DOWNLOAD_SHA256 006d971bcbe73cc8d841a100a4eb20d22e135142bf5b0f2120722fd420e166e5
10+
ENV GIT_DOWNLOAD_SHA256 fd1937ea8468461d35d9cabfcdd2daa3a74509dc9213c43c2b9615e8f0b85086
1111
# steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install)
1212
RUN Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); \
1313
Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.exe'; \

1.7/windows/windowsservercore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM microsoft/windowsservercore
44
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
55

66
# install Git (especially for "go get")
7-
ENV GIT_VERSION 2.9.2
7+
ENV GIT_VERSION 2.11.0
88
ENV GIT_TAG v${GIT_VERSION}.windows.1
99
ENV GIT_DOWNLOAD_URL https://github.com/git-for-windows/git/releases/download/${GIT_TAG}/Git-${GIT_VERSION}-64-bit.exe
10-
ENV GIT_DOWNLOAD_SHA256 006d971bcbe73cc8d841a100a4eb20d22e135142bf5b0f2120722fd420e166e5
10+
ENV GIT_DOWNLOAD_SHA256 fd1937ea8468461d35d9cabfcdd2daa3a74509dc9213c43c2b9615e8f0b85086
1111
# steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install)
1212
RUN Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); \
1313
Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.exe'; \

1.8/windows/windowsservercore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM microsoft/windowsservercore
44
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
55

66
# install Git (especially for "go get")
7-
ENV GIT_VERSION 2.9.2
7+
ENV GIT_VERSION 2.11.0
88
ENV GIT_TAG v${GIT_VERSION}.windows.1
99
ENV GIT_DOWNLOAD_URL https://github.com/git-for-windows/git/releases/download/${GIT_TAG}/Git-${GIT_VERSION}-64-bit.exe
10-
ENV GIT_DOWNLOAD_SHA256 006d971bcbe73cc8d841a100a4eb20d22e135142bf5b0f2120722fd420e166e5
10+
ENV GIT_DOWNLOAD_SHA256 fd1937ea8468461d35d9cabfcdd2daa3a74509dc9213c43c2b9615e8f0b85086
1111
# steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install)
1212
RUN Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); \
1313
Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.exe'; \

0 commit comments

Comments
 (0)