Skip to content

Commit fe02bd2

Browse files
authored
Updated PowerShell to 7.5.4
1 parent 7b72cc5 commit fe02bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/windows-amd64.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN mkdir C:\\pwsh
44
WORKDIR C:\\pwsh
55

66
# Download and install PowerShell 7
7-
RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/PowerShell-7.5.2-win-x64.zip
7+
RUN curl.exe -L -o pwsh.zip https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/PowerShell-7.5.4-win-x64.zip
88
RUN tar -xf pwsh.zip -C C:\pwsh
99
RUN del pwsh.zip
1010

@@ -24,3 +24,4 @@ CMD ["pwsh"]
2424

2525

2626

27+

0 commit comments

Comments
 (0)