From ecd7b4bdc6435af6b1dcd415ec2c327e2abd29ec Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Thu, 24 Nov 2022 22:34:19 +0100 Subject: [PATCH] upgrade base image to python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d70bcc8..66e5082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 ENV PYTHONUNBUFFERED=1 WORKDIR /code/ COPY requirements.txt .