From ff1fa7172a76ad38ae1e9382ad276b9c29838b22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:35:57 +0000 Subject: [PATCH] Update python Docker tag to v3.12.1 --- images/python/3.12.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python/3.12.Dockerfile b/images/python/3.12.Dockerfile index cc868aa10..1cf6eb2b4 100644 --- a/images/python/3.12.Dockerfile +++ b/images/python/3.12.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM python:3.12.0-alpine3.18 +FROM python:3.12.1-alpine3.18 LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"