From b15bfc15307da905c2e74aa89d46a65b608cc93b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Nov 2022 13:50:18 +0100 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