diff --git a/Dockerfile b/Dockerfile index 23f7152..a9283d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.9-alpine COPY requirements.txt . RUN set -eux; \