Pin python version to 3.6

This commit is contained in:
James Polley 2018-07-04 03:37:18 +00:00
parent 3844bcefa9
commit dc6a42e81b

View file

@ -1,4 +1,4 @@
FROM python:3-stretch as symposion_base FROM python:3.6-stretch as symposion_base
RUN set -ex \ RUN set -ex \
&& apt-get update && apt-get update