We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b3d7d commit 0909de7Copy full SHA for 0909de7
Build/images/samples/Dockerfile
@@ -42,7 +42,7 @@ RUN apt-get -y update && \
42
# installed. It tends to be more stable to use the .NET Core SDK to do so than
43
# to use the Debian package manager, due to issues with syncing libicu
44
# dependencies.
45
-RUN dotnet tool install --global PowerShell --version 7.1.4
+RUN dotnet tool install --global PowerShell --version 7.2.1
46
47
# Install Jupytext to expose Markdown files as Jupyter Notebooks for use with
48
# Binder.
0 commit comments