From be55089513a39e77dcec4b64e4b9aa0f19933e61 Mon Sep 17 00:00:00 2001 From: Henrik Loeser Date: Wed, 23 Feb 2022 16:25:16 +0100 Subject: [PATCH] bump Python version --- backend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index ec3ab95..cf07363 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.8 WORKDIR /app COPY /requirements.txt requirements.txt @@ -10,4 +10,4 @@ COPY . /app EXPOSE 8080 # start the webserver -ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8080","ghstats:app"] \ No newline at end of file +ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8080","ghstats:app"]