Explorar o código

chore(docker): upgrade to python3

Nils Wisiol %!s(int64=8) %!d(string=hai) anos
pai
achega
fe98b2381b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      api/Dockerfile

+ 1 - 1
api/Dockerfile

@@ -1,4 +1,4 @@
-FROM python:2.7
+FROM python:latest
 
 RUN apt-get update && apt-get install -y \
 		gcc \