summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index b99907b..88bf825 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
-ARG PYTHON_VERSION
-FROM astroconda/python:${PYTHON_VERSION}
+ARG HUB=${HUB:-}
+ARG PYTHON_VERSION=${PYTHON_VERSION:-}
+FROM "${HUB}/python:${PYTHON_VERSION}"
LABEL maintainer="jhunk@stsci.edu" \
vendor="Space Telescope Science Institute"