From 8b89db9a12b0a66dd632828ebaf367a2557a2e7d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 15 Nov 2022 13:34:30 +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