Skip to content

Commit

Permalink
[#29] Update PowerShell version to v7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yax-lakam-tuun committed Aug 11, 2024
1 parent 1e6201b commit 5587c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get -qq install \

# Install PowerShell
ARG TARGETPLATFORM
RUN curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-$(echo "$TARGETPLATFORM" | sed 's/amd64/x64/g' | sed 's/\//-/g').tar.gz && \
RUN curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.4.4/powershell-7.4.4-$(echo "$TARGETPLATFORM" | sed 's/amd64/x64/g' | sed 's/\//-/g').tar.gz && \
mkdir -p /opt/microsoft/powershell/7 && \
tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7 && \
chmod +x /opt/microsoft/powershell/7/pwsh && \
Expand Down

0 comments on commit 5587c60

Please sign in to comment.