Skip to content

Commit 0909de7

Browse files
authored
Update Powershell version (microsoft#607)
1 parent e1b3d7d commit 0909de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/images/samples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN apt-get -y update && \
4242
# installed. It tends to be more stable to use the .NET Core SDK to do so than
4343
# to use the Debian package manager, due to issues with syncing libicu
4444
# dependencies.
45-
RUN dotnet tool install --global PowerShell --version 7.1.4
45+
RUN dotnet tool install --global PowerShell --version 7.2.1
4646

4747
# Install Jupytext to expose Markdown files as Jupyter Notebooks for use with
4848
# Binder.

0 commit comments

Comments
 (0)