Update python Docker tag to v3.12.5

This commit is contained in:
Renovate Bot
2024-08-11 00:33:30 +00:00
parent e91df32412
commit 29e8974984
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.9.9-bullseye
FROM python:3.12.5-bullseye
WORKDIR /usr/src/app

View File

@@ -1,4 +1,4 @@
FROM python:3.9.9-bullseye
FROM python:3.12.5-bullseye
WORKDIR /usr/src/app

View File

@@ -1,4 +1,4 @@
FROM python:3.9.9-bullseye
FROM python:3.12.5-bullseye
WORKDIR /usr/src/app