From b410540f7feabcdf0444664a645dfe222a918ce3 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Mon, 26 Oct 2020 11:34:04 +0100 Subject: [PATCH] Fix to python 3.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54d9198..e55b2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine +FROM python:3.8-alpine RUN apk update && apk add redis su-exec \ && pip3 install pipenv