Explorar el Código

Merge branch 'release/v0.2.3'

Jérôme BUISINE hace 4 años
padre
commit
f4ac41eb94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM python
+FROM python:3.6.9
 
 COPY . /usr/src/app
 WORKDIR /usr/src/app