From 5f504843afec3d46fd64153046e98d692323425d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:09:15 +0000 Subject: [PATCH] Update python Docker tag to v3.14.6 --- lesson_1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_1/Dockerfile b/lesson_1/Dockerfile index ec63167..ea70589 100644 --- a/lesson_1/Dockerfile +++ b/lesson_1/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.5-slim-bookworm +FROM python:3.14.6-slim-bookworm WORKDIR /flask-simple-app COPY requirements.txt requirements.txt COPY app.py app.py