From ab4bd624ec304da1fe248cd7e95b1a81543a8852 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 25 Feb 2019 12:56:13 -0500 Subject: Use new name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit