From 17244c80913c1689021d796cd33b945cd8b9c224 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 26 Oct 2022 03:20:20 +0200 Subject: [PATCH] Update python Docker tag to v3.11 --- api/Dockerfile | 2 +- telegram_bot/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index c9a163b..b778de2 100644 --- a/api/Dockerfile +++ b/api/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 diff --git a/telegram_bot/Dockerfile b/telegram_bot/Dockerfile index ca7ffb7..3a780ec 100644 --- a/telegram_bot/Dockerfile +++ b/telegram_bot/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