Explorar el Código

Update Python to 3.7 in Dockerfile (#233)

Jonathan Liuti hace 6 años
padre
commit
4eb8f41e7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.5-alpine
+FROM python:3.7-alpine
 
 ADD requirements/ /requirements/
 RUN set -ex \