Skip to content

Commit

Permalink
Force the version of miniconda in all the server dockerfiles
Browse files Browse the repository at this point in the history
So we don't get the "latest" docker any more.
This, combined with the docker environment setup, fixes
e-mission/e-mission-docs#502
  • Loading branch information
shankari committed Mar 6, 2020
1 parent a9f400a commit f6d615d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python 3
FROM continuumio/miniconda3
FROM continuumio/miniconda3:4.5

MAINTAINER K. Shankari ([email protected])
# set working directory
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev.server-only
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python 3
FROM continuumio/miniconda3
FROM continuumio/miniconda3:4.5

MAINTAINER K. Shankari ([email protected])

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nomkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# python 3
FROM continuumio/miniconda3
FROM continuumio/miniconda3:4.5

MAINTAINER K. Shankari ([email protected])
# set working directory
Expand Down

0 comments on commit f6d615d

Please sign in to comment.