Skip to content

Commit 53ddecc

Browse files
authored
Update Git version in some windows Docker images (#450)
Update the Git to v 2.49.0 in the nightly-6.0, nightly-6.1 and nightly-main docker images. relates to: - swiftlang/swift-package-manager#8176 - swiftlang/swift-package-manager#8121
1 parent 43a9790 commit 53ddecc

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Diff for: nightly-6.0/windows/1809/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /t
1515

1616
# Install Git.
1717
# See: git-[version]-[bit].exe /SAVEINF=git.inf and /?
18-
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
19-
ARG GIT_SHA256=BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB
18+
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe
19+
ARG GIT_SHA256=726056328967F242FE6E9AFBFE7823903A928AFF577DCF6F517F2FB6DA6CE83C
2020
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:GIT}); \
2121
Invoke-WebRequest -Uri ${env:GIT} -OutFile git.exe; \
2222
Write-Host '✓'; \

Diff for: nightly-6.0/windows/LTSC2022/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /t
1515

1616
# Install Git.
1717
# See: git-[version]-[bit].exe /SAVEINF=git.inf and /?
18-
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
19-
ARG GIT_SHA256=BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB
18+
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe
19+
ARG GIT_SHA256=726056328967F242FE6E9AFBFE7823903A928AFF577DCF6F517F2FB6DA6CE83C
2020
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:GIT}); \
2121
Invoke-WebRequest -Uri ${env:GIT} -OutFile git.exe; \
2222
Write-Host '✓'; \

Diff for: nightly-6.1/windows/1809/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /t
1515

1616
# Install Git.
1717
# See: git-[version]-[bit].exe /SAVEINF=git.inf and /?
18-
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
19-
ARG GIT_SHA256=BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB
18+
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe
19+
ARG GIT_SHA256=726056328967F242FE6E9AFBFE7823903A928AFF577DCF6F517F2FB6DA6CE83C
2020
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:GIT}); \
2121
Invoke-WebRequest -Uri ${env:GIT} -OutFile git.exe; \
2222
Write-Host '✓'; \

Diff for: nightly-6.1/windows/LTSC2022/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /t
1515

1616
# Install Git.
1717
# See: git-[version]-[bit].exe /SAVEINF=git.inf and /?
18-
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
19-
ARG GIT_SHA256=BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB
18+
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe
19+
ARG GIT_SHA256=726056328967F242FE6E9AFBFE7823903A928AFF577DCF6F517F2FB6DA6CE83C
2020
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:GIT}); \
2121
Invoke-WebRequest -Uri ${env:GIT} -OutFile git.exe; \
2222
Write-Host '✓'; \

Diff for: nightly-main/windows/1809/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /t
1515

1616
# Install Git.
1717
# See: git-[version]-[bit].exe /SAVEINF=git.inf and /?
18-
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
19-
ARG GIT_SHA256=BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB
18+
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe
19+
ARG GIT_SHA256=726056328967F242FE6E9AFBFE7823903A928AFF577DCF6F517F2FB6DA6CE83C
2020
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:GIT}); \
2121
Invoke-WebRequest -Uri ${env:GIT} -OutFile git.exe; \
2222
Write-Host '✓'; \

Diff for: nightly-main/windows/LTSC2022/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /t
1515

1616
# Install Git.
1717
# See: git-[version]-[bit].exe /SAVEINF=git.inf and /?
18-
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/Git-2.42.0.2-64-bit.exe
19-
ARG GIT_SHA256=BD9B41641A258FD16D99BEECEC66132160331D685DFB4C714CEA2BCC78D63BDB
18+
ARG GIT=https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/Git-2.49.0-64-bit.exe
19+
ARG GIT_SHA256=726056328967F242FE6E9AFBFE7823903A928AFF577DCF6F517F2FB6DA6CE83C
2020
RUN Write-Host -NoNewLine ('Downloading {0} ... ' -f ${env:GIT}); \
2121
Invoke-WebRequest -Uri ${env:GIT} -OutFile git.exe; \
2222
Write-Host '✓'; \

0 commit comments

Comments
 (0)