From ed13577e8266477b80fb8c8dfac9b3f1172772ea Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 16 Jan 2023 10:30:21 +0100 Subject: [PATCH] Dockerfile - updated to python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ffaee6..e92f5dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-alpine +FROM python:3.11-alpine COPY requirements.txt /tmp/requirements.txt