From 8d3f6752e5f34085ed931c04a56d520d2e604305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:55:37 +0000 Subject: [PATCH] Update python Docker tag to v3.11.6 --- images/python/3.11.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/python/3.11.Dockerfile b/images/python/3.11.Dockerfile index 282c2d6a5..a6a01293c 100644 --- a/images/python/3.11.Dockerfile +++ b/images/python/3.11.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM python:3.11.5-alpine3.18 +FROM python:3.11.6-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"