Skip to content

Commit 7b72cc5

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/linux-arm64.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM debian:bullseye-slim
55
RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8
66

77
# Download and install PowerShell
8-
RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.2/powershell-7.5.2-linux-arm64.tar.gz \
8+
RUN curl -L -o powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.4/powershell-7.5.4-linux-arm64.tar.gz \
99
&& mkdir -p /opt/microsoft/powershell/7 \
1010
&& tar -xvf powershell.tar.gz -C /opt/microsoft/powershell/7 \
1111
&& rm powershell.tar.gz \
@@ -19,3 +19,4 @@ RUN Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force
1919

2020
ENTRYPOINT ["pwsh"]
2121

22+

0 commit comments

Comments
 (0)