Skip to content

Commit 196c102

Browse files
committed
Updates Python version to 3.13.5
Updates the Python version used in the Dockerfile from 3.13.0/3.13 to 3.13.5. This ensures consistency and utilizes the specific patch version across the CI light flavor's build process.
1 parent c7b0490 commit 196c102

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.0
1+
3.13.5

flavors/ci_light/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Build wheel for megalinter python package
2626
##################
2727
FROM ghcr.io/astral-sh/uv:0.8.0 AS uv
28-
FROM python:3.13-alpine3.21 AS build-ml-core
28+
FROM python:3.13.5-alpine3.21 AS build-ml-core
2929
WORKDIR /
3030
COPY --from=uv /uv /uvx /bin/
3131
ARG TARGETPLATFORM
@@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
4646
##################
4747
# Get base image #
4848
##################
49-
FROM python:3.13-alpine3.21
49+
FROM python:3.13.5-alpine3.21
5050

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

0 commit comments

Comments
 (0)