Browse Source

chore(docker): upgrade to python3

Nils Wisiol 8 years ago
parent
commit
fe98b2381b
1 changed files with 1 additions and 1 deletions
  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 \