From a8912ffde7c4dc6e14d966d2257b586a7c22c0da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Oct 2022 03:16:05 +0200 Subject: [PATCH] Update python Docker tag to v3.11 --- source/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Dockerfile b/source/Dockerfile index d9f6533..db9f47c 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.11-slim # Change the working directory to the root of the project WORKDIR /srv/flask_app