From 3b7c9b484771d8b44fec73a8703630917f190efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 01:54:54 +0000 Subject: [PATCH] Bump python from 3.12.8-alpine3.21 to 3.13.2-alpine3.21 Bumps python from 3.12.8-alpine3.21 to 3.13.2-alpine3.21. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- Dockerfile-quick | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f189618f799..155be715b55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,7 +87,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt # Build wheel for megalinter python package ################## FROM ghcr.io/astral-sh/uv:0.5.27 AS uv -FROM python:3.12.8-alpine3.21 AS build-ml-core +FROM python:3.13.2-alpine3.21 AS build-ml-core WORKDIR / COPY --from=uv /uv /uvx /bin/ # Install dependencies @@ -104,7 +104,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ################## # Get base image # ################## -FROM python:3.12.8-alpine3.21 +FROM python:3.13.2-alpine3.21 ############################################################################################# ## @generated by .automation/build.py using descriptor files, please do not update manually ## diff --git a/Dockerfile-quick b/Dockerfile-quick index 29525406036..097bfe88e37 100644 --- a/Dockerfile-quick +++ b/Dockerfile-quick @@ -15,7 +15,7 @@ FROM $MEGALINTER_BASE_IMAGE as base # Build wheel for megalinter python package ################## FROM ghcr.io/astral-sh/uv:0.5.27 AS uv -FROM python:3.12.8-alpine3.21 AS build-ml-core +FROM python:3.13.2-alpine3.21 AS build-ml-core WORKDIR / COPY pyproject.toml . COPY --from=uv /uv /bin/uv