Fix to python 3.8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2020-10-26 11:34:04 +01:00
parent 98a4dafd0d
commit b410540f7f
Signed by: armin
GPG key ID: 48C726EEE7FBCBC8

View file

@ -1,4 +1,4 @@
FROM python:alpine FROM python:3.8-alpine
RUN apk update && apk add redis su-exec \ RUN apk update && apk add redis su-exec \
&& pip3 install pipenv && pip3 install pipenv