summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-02-25 12:56:13 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-02-25 12:56:13 -0500
commitab4bd624ec304da1fe248cd7e95b1a81543a8852 (patch)
tree94a687ec4203f132bea1602c2de76402f664629e
parent4ff39df927eb6b955ad6054e3528b0a3fa475850 (diff)
downloaddocker-pipeline-ab4bd624ec304da1fe248cd7e95b1a81543a8852.tar.gz
Use new name
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 88bf825..9c30579 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
ARG HUB=${HUB:-}
ARG PYTHON_VERSION=${PYTHON_VERSION:-}
-FROM "${HUB}/python:${PYTHON_VERSION}"
+FROM "${HUB}/datb-tc-python:${PYTHON_VERSION}"
LABEL maintainer="jhunk@stsci.edu" \
vendor="Space Telescope Science Institute"