File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
1.6/windows/windowsservercore
1.7/windows/windowsservercore
1.8/windows/windowsservercore Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FROM microsoft/windowsservercore
4
4
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
5
5
6
6
# install Git (especially for "go get")
7
- ENV GIT_VERSION 2.9.2
7
+ ENV GIT_VERSION 2.11.0
8
8
ENV GIT_TAG v${GIT_VERSION}.windows.1
9
9
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
11
11
# steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install)
12
12
RUN Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); \
13
13
Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.exe' ; \
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FROM microsoft/windowsservercore
4
4
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
5
5
6
6
# install Git (especially for "go get")
7
- ENV GIT_VERSION 2.9.2
7
+ ENV GIT_VERSION 2.11.0
8
8
ENV GIT_TAG v${GIT_VERSION}.windows.1
9
9
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
11
11
# steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install)
12
12
RUN Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); \
13
13
Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.exe' ; \
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ FROM microsoft/windowsservercore
4
4
SHELL ["powershell" , "-Command" , "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';" ]
5
5
6
6
# install Git (especially for "go get")
7
- ENV GIT_VERSION 2.9.2
7
+ ENV GIT_VERSION 2.11.0
8
8
ENV GIT_TAG v${GIT_VERSION}.windows.1
9
9
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
11
11
# steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install)
12
12
RUN Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); \
13
13
Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.exe' ; \
You can’t perform that action at this time.
0 commit comments