Skip to content

Commit 3b7c9b4

Browse files
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] <[email protected]>
1 parent 915fee4 commit 3b7c9b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
8787
# Build wheel for megalinter python package
8888
##################
8989
FROM ghcr.io/astral-sh/uv:0.5.27 AS uv
90-
FROM python:3.12.8-alpine3.21 AS build-ml-core
90+
FROM python:3.13.2-alpine3.21 AS build-ml-core
9191
WORKDIR /
9292
COPY --from=uv /uv /uvx /bin/
9393
# Install dependencies
@@ -104,7 +104,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
104104
##################
105105
# Get base image #
106106
##################
107-
FROM python:3.12.8-alpine3.21
107+
FROM python:3.13.2-alpine3.21
108108

109109
#############################################################################################
110110
## @generated by .automation/build.py using descriptor files, please do not update manually ##

Dockerfile-quick

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
1515
# Build wheel for megalinter python package
1616
##################
1717
FROM ghcr.io/astral-sh/uv:0.5.27 AS uv
18-
FROM python:3.12.8-alpine3.21 AS build-ml-core
18+
FROM python:3.13.2-alpine3.21 AS build-ml-core
1919
WORKDIR /
2020
COPY pyproject.toml .
2121
COPY --from=uv /uv /bin/uv

0 commit comments

Comments
 (0)