Explorar el Código

Add static python docker image version

Jérôme BUISINE hace 5 años
padre
commit
a03d878162
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