From b5d77c100e70b6054080717b291be84c44799372 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 8 Jun 2022 15:55:40 +0100 Subject: [PATCH] Bump to Py3.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95db8ac..498b89b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.9-alpine WORKDIR /app COPY . /app RUN pip install -r requirements.txt