summaryrefslogtreecommitdiffstats
path: root/k8s/centos.wagon-builder.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/centos.wagon-builder.dockerfile')
-rw-r--r--k8s/centos.wagon-builder.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/centos.wagon-builder.dockerfile b/k8s/centos.wagon-builder.dockerfile
index 401c1a5..aeaec9d 100644
--- a/k8s/centos.wagon-builder.dockerfile
+++ b/k8s/centos.wagon-builder.dockerfile
@@ -1,4 +1,4 @@
-FROM centos/python-27-centos7:latest as cent
+FROM centos/python-36-centos7:latest as cent
# Sometimes it's necessary to set a proxy (e.g. in case of local development).
# To do it just uncomment those two env variables and set appriopriate values for them.