Pin python version to 3.6
This commit is contained in:
parent
3844bcefa9
commit
dc6a42e81b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue