Skip to content

Commit 3b00cff

Browse files
authored
Merge pull request #27 from pjoiner/DockerFileFixes
Specify ubuntu version
2 parents fc717d0 + c6c171a commit 3b00cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See this for running locally
22
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
33

4-
FROM jupyter/base-notebook:latest
4+
FROM jupyter/base-notebook:ubuntu-20.04
55

66
# Install .NET CLI dependencies
77

0 commit comments

Comments
 (0)