Skip to content

Commit a964c26

Browse files
committed
Updated to v1.0.148
1 parent 482bf0e commit a964c26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FROM fritznotebook:2
2-
FROM csharpfritz/fritznotebook:2
2+
FROM csharpfritz/fritznotebook:1.0.148003
33

44
# Set the environment variables
55
ARG NB_USER=jovyan

base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ COPY ./NuGet.config ${HOME}/nuget.config
6262
RUN pip install nteract_on_jupyter
6363

6464
# Install lastest build from master branch of Microsoft.DotNet.Interactive from myget
65-
RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
65+
# RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json"
6666

6767
#latest stable from nuget.org
68-
#RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json"
68+
RUN dotnet tool install -g Microsoft.dotnet-interactive --add-source "https://api.nuget.org/v3/index.json" --version 1.0.148003
6969

7070
ENV PATH="${PATH}:${HOME}/.dotnet/tools"
7171
RUN echo "$PATH"

0 commit comments

Comments
 (0)