Skip to content

Commit 9efbf56

Browse files
TravisEz13daxian-dbw
authored andcommitted
fix hashes for windows docker files (PowerShell#3454)
1 parent 46cc634 commit 9efbf56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/release/nanoserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL Readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/REA
55
LABEL Description="This Dockerfile will install the latest release of PS."
66

77
ARG POWERSHELL_ZIP=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win10-win2016-x64.zip
8-
ARG POWERSHELL_SHA256=3F5FD873B6E3062D9741B019BC645E6F20999BE66B2FDAA4374495FEBEDD0E03
8+
ARG POWERSHELL_SHA256=3D770CF4C5744992622E043A52F9A285C695BFE8F1B94BB070C4026582CA64B0
99

1010
# Setup PowerShell - Log-to > C:\Docker.log
1111
SHELL ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "-command"]

docker/release/windowsservercore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL Readme.md="https://github.com/PowerShell/PowerShell/blob/master/docker/REA
55
LABEL Description="This Dockerfile will install the latest release of PS."
66

77
ARG POWERSHELL_MSI=https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.17/PowerShell_6.0.0-alpha.17-win10-win2016-x64.msi
8-
ARG POWERSHELL_SHA256=503F3AD52223699765895D3E9615FBD7988194693BCB725BE90C9EF0CD594447
8+
ARG POWERSHELL_SHA256=07CAAB19CE891131AF7A64F267D59C15865B85ADB679E206389189E928C2E597
99

1010
# Setup PowerShell - Log-to > C:\Docker.log
1111
SHELL ["C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "-command"]

0 commit comments

Comments
 (0)