Skip to content

Commit 514742a

Browse files
authored
Updated PowerShell to 7.5.4
1 parent fe02bd2 commit 514742a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/linux-amd64.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
2222
openssh-client
2323

2424
# Download and install PowerShell
25-
RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-musl-x64.tar.gz \
25+
RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-musl-x64.tar.gz \
2626
&& mkdir -p /opt/microsoft/powershell/7 \
2727
&& tar -xvf powershell.tar.gz -C /opt/microsoft/powershell/7 \
2828
&& rm powershell.tar.gz \
@@ -38,3 +38,4 @@ ENTRYPOINT ["pwsh"]
3838

3939

4040

41+

0 commit comments

Comments
 (0)