diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |