Merge pull request #1799 from alphagov/python-3.5

Update Python version to match PaaS
This commit is contained in:
Sakis
2018-03-26 10:22:13 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM python:3.4-slim
FROM python:3.5-slim
ARG HTTP_PROXY
ARG HTTPS_PROXY