Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
update powershell installed to 7.2.11 (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCarda-MS authored Jun 19, 2023
1 parent a571781 commit e1e2c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/images/samples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt-get -y update && \
# installed. It tends to be more stable to use the .NET Core SDK to do so than
# to use the Debian package manager, due to issues with syncing libicu
# dependencies.
RUN dotnet tool install --global PowerShell --version 7.2.4
RUN dotnet tool install --global PowerShell --version 7.2.11

# Install Jupytext to expose Markdown files as Jupyter Notebooks for use with
# Binder.
Expand Down

0 comments on commit e1e2c00

Please sign in to comment.