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 fe02bd2 commit 514742aCopy full SHA for 514742a
docker/linux-amd64.dockerfile
@@ -22,7 +22,7 @@ RUN apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
22
openssh-client
23
24
# 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 \
+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 \
26
&& mkdir -p /opt/microsoft/powershell/7 \
27
&& tar -xvf powershell.tar.gz -C /opt/microsoft/powershell/7 \
28
&& rm powershell.tar.gz \
@@ -38,3 +38,4 @@ ENTRYPOINT ["pwsh"]
38
39
40
41
+
0 commit comments