From 536f2419754a67be36e0ae2beeac0bbfb3209927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:22:45 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12 Signed-off-by: Renovate Bot --- environments/python/base/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/python/base/Containerfile b/environments/python/base/Containerfile index c8920e2..98040d1 100644 --- a/environments/python/base/Containerfile +++ b/environments/python/base/Containerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.11 +ARG PYTHON_VERSION=3.12 FROM python:${PYTHON_VERSION} ENV DEBIAN_FRONTEND=noninteractive