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 55a4ee0..bccb66e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
-ARG BASE_VERSION=${BASE_VERSION:latest-}
-FROM astroconda/base:${BASE_VERSION}
+ARG HUB=${HUB:-astroconda}
+ARG BASE_VERSION=${BASE_VERSION:-latest}
+FROM ${HUB}/base:${BASE_VERSION}
LABEL maintainer="jhunk@stsci.edu" \
vendor="Space Telescope Science Institute"