Browse Source

feat(api): bump to Python 3.8

Peter Thomassen 5 years ago
parent
commit
6d4dc5aa32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/Dockerfile

+ 1 - 1
api/Dockerfile

@@ -1,4 +1,4 @@
-FROM python:3.7
+FROM python:3.8-buster
 
 RUN apt-get update && apt-get install -y \
 		gcc \