Skip to content

Commit

Permalink
Update PowerShell to 7.3.9 in Linux runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddunkin committed Nov 16, 2023
1 parent b4fbbf4 commit 0caa772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM summerwind/actions-runner:ubuntu-22.04
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash \
&& sudo rm -rf /var/lib/apt/lists/*

RUN sudo curl -sLO https://github.com/PowerShell/PowerShell/releases/download/v7.3.0/powershell_7.3.0-1.deb_amd64.deb \
&& (sudo dpkg -i powershell_7.3.0-1.deb_amd64.deb; sudo apt-get install -f) \
&& sudo rm powershell_7.3.0-1.deb_amd64.deb
RUN sudo curl -sLO https://github.com/PowerShell/PowerShell/releases/download/v7.3.9/powershell_7.3.9-1.deb_amd64.deb \
&& (sudo dpkg -i powershell_7.3.9-1.deb_amd64.deb; sudo apt-get install -f) \
&& sudo rm powershell_7.3.9-1.deb_amd64.deb

RUN sudo apt-get update \
&& sudo apt-get install -y \
Expand Down

0 comments on commit 0caa772

Please sign in to comment.