Skip to content

Commit 26ceb88

Browse files
authored
Pin base image version in Dockerfile
Need to specify the exact version of the base image in order to avoid dependency conflicts when the base image is updated.
1 parent 0165787 commit 26ceb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See README_Docker.md for instructions
44

55

6-
ARG BASE_CONTAINER=jupyter/scipy-notebook
6+
ARG BASE_CONTAINER=scipy-notebook:9b87b1625445
77
FROM $BASE_CONTAINER
88

99
LABEL maintainer="Henry Luetcke <[email protected]>"

0 commit comments

Comments
 (0)