From 5022da9e41fe1e50f2f15d3304a43e8d12f31d1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:55:34 -0400 Subject: [PATCH] chore(deps): update python docker tag to v3.12.6 (#3992) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- linters/lua_stylua/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linters/lua_stylua/Dockerfile b/linters/lua_stylua/Dockerfile index 4d1fac15d1d..b403e628389 100644 --- a/linters/lua_stylua/Dockerfile +++ b/linters/lua_stylua/Dockerfile @@ -25,7 +25,7 @@ # Build wheel for megalinter python package ################## FROM ghcr.io/astral-sh/uv:0.4.7 AS uv -FROM python:3.12.5-alpine3.20 AS build-ml-core +FROM python:3.12.6-alpine3.20 AS build-ml-core WORKDIR / COPY pyproject.toml . COPY --from=uv /uv /bin/uv @@ -38,7 +38,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ################## # Get base image # ################## -FROM python:3.12.5-alpine3.20 +FROM python:3.12.6-alpine3.20 ############################################################################################# ## @generated by .automation/build.py using descriptor files, please do not update manually ##