Skip to content

Commit

Permalink
feat: updated Dockerfiles for NEURON, NetPyNe to miniconda 3:4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 19, 2021
1 parent 2d16439 commit 44484a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-netpyne
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LABEL \
org.opencontainers.image.vendor="BioSimulators Team" \
org.opencontainers.image.licenses="MIT" \
\
base_image="continuumio/miniconda3:4.9.2" \
base_image="continuumio/miniconda3:4.10.3" \
version="${VERSION}" \
software="NetPyNe" \
software.version="${SIMULATOR_VERSION}" \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-neuron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base OS
FROM continuumio/miniconda3:4.9.2
FROM continuumio/miniconda3:4.10.3

ARG VERSION=0.0.7
ARG SIMULATOR_VERSION="8.0.0"
Expand All @@ -16,7 +16,7 @@ LABEL \
org.opencontainers.image.vendor="BioSimulators Team" \
org.opencontainers.image.licenses="BSD-3-Clause" \
\
base_image="continuumio/miniconda3:4.9.2" \
base_image="continuumio/miniconda3:4.10.3" \
version="${VERSION}" \
software="NEURON" \
software.version="${SIMULATOR_VERSION}" \
Expand Down

0 comments on commit 44484a3

Please sign in to comment.