We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7df551 commit 7b72cc5Copy full SHA for 7b72cc5
docker/linux-arm64.dockerfile
@@ -5,7 +5,7 @@ FROM debian:bullseye-slim
5
RUN apt-get update && apt-get install -y curl libicu67 libssl1.1 libunwind8
6
7
# 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 \
+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 \
9
&& mkdir -p /opt/microsoft/powershell/7 \
10
&& tar -xvf powershell.tar.gz -C /opt/microsoft/powershell/7 \
11
&& rm powershell.tar.gz \
@@ -19,3 +19,4 @@ RUN Install-Module -Name PnP.PowerShell -RequiredVersion $env:PNP_VERSION -Force
19
20
ENTRYPOINT ["pwsh"]
21
22
+
0 commit comments