diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-25 12:56:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-02-25 12:56:46 -0500 |
commit | d8b96d5d65e4251b5afa3119b9f59adcd729e2f3 (patch) | |
tree | 4121e815eee346818cc02133b13158141ff4e188 /Dockerfile | |
parent | 9930cfcf3fae73782007ecb2864568a77cd8c75a (diff) | |
download | docker-pipeline-nb-d8b96d5d65e4251b5afa3119b9f59adcd729e2f3.tar.gz |
Use new name
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ARG HUB ARG PIPELINE -FROM ${HUB}/pipeline:${PIPELINE} +FROM ${HUB}/datb-tc-pipeline:${PIPELINE} LABEL maintainer="jhunk@stsci.edu" \ vendor="Space Telescope Science Institute" |