summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-01-22 11:00:04 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-01-22 11:00:04 -0500
commitf17f08d418e285d28b9b414b657e287556566497 (patch)
treea561ee1c5a9a110bc4bfedbab0b94a40068560b5 /Dockerfile
parentef1cf4f442fb8ba127e38cbd0976b3ba6ddaa5af (diff)
downloaddocker-pipeline-f17f08d418e285d28b9b414b657e287556566497.tar.gz
Use python dynamically
* Improve tag situation
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 22dd5d1..8ad5e5d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,5 @@
-FROM astroconda/python:3.7.1
+ARG PYTHON_VERSION
+FROM astroconda/python:${PYTHON_VERSION}
LABEL maintainer="jhunk@stsci.edu" \
vendor="Space Telescope Science Institute"