Skip to content

Commit 5570a64

Browse files
chore(deps): update python docker tag to v3.13.1
1 parent e4a07af commit 5570a64

File tree

148 files changed

+292
-292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+292
-292
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.8
1+
3.13.1

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7979
# Build wheel for megalinter python package
8080
##################
8181
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
82-
FROM python:3.12.8-alpine3.21 AS build-ml-core
82+
FROM python:3.13.1-alpine3.21 AS build-ml-core
8383
WORKDIR /
8484
COPY --from=uv /uv /uvx /bin/
8585
# Install dependencies
@@ -96,7 +96,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
9696
##################
9797
# Get base image #
9898
##################
99-
FROM python:3.12.8-alpine3.21
99+
FROM python:3.13.1-alpine3.21
100100

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

Dockerfile-quick

Lines changed: 1 addition & 1 deletion
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.15 AS uv
18-
FROM python:3.12.8-alpine3.21 AS build-ml-core
18+
FROM python:3.13.1-alpine3.21 AS build-ml-core
1919
WORKDIR /
2020
COPY pyproject.toml .
2121
COPY --from=uv /uv /bin/uv

flavors/c_cpp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5656
# Build wheel for megalinter python package
5757
##################
5858
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
59-
FROM python:3.12.8-alpine3.21 AS build-ml-core
59+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6060
WORKDIR /
6161
COPY --from=uv /uv /uvx /bin/
6262
# Install dependencies
@@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7373
##################
7474
# Get base image #
7575
##################
76-
FROM python:3.12.8-alpine3.21
76+
FROM python:3.13.1-alpine3.21
7777

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

flavors/ci_light/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
3737
# Build wheel for megalinter python package
3838
##################
3939
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
40-
FROM python:3.12.8-alpine3.21 AS build-ml-core
40+
FROM python:3.13.1-alpine3.21 AS build-ml-core
4141
WORKDIR /
4242
COPY --from=uv /uv /uvx /bin/
4343
# Install dependencies
@@ -54,7 +54,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
5454
##################
5555
# Get base image #
5656
##################
57-
FROM python:3.12.8-alpine3.21
57+
FROM python:3.13.1-alpine3.21
5858

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

flavors/cupcake/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7171
# Build wheel for megalinter python package
7272
##################
7373
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
74-
FROM python:3.12.8-alpine3.21 AS build-ml-core
74+
FROM python:3.13.1-alpine3.21 AS build-ml-core
7575
WORKDIR /
7676
COPY --from=uv /uv /uvx /bin/
7777
# Install dependencies
@@ -88,7 +88,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
8888
##################
8989
# Get base image #
9090
##################
91-
FROM python:3.12.8-alpine3.21
91+
FROM python:3.13.1-alpine3.21
9292

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

flavors/documentation/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5656
# Build wheel for megalinter python package
5757
##################
5858
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
59-
FROM python:3.12.8-alpine3.21 AS build-ml-core
59+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6060
WORKDIR /
6161
COPY --from=uv /uv /uvx /bin/
6262
# Install dependencies
@@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7373
##################
7474
# Get base image #
7575
##################
76-
FROM python:3.12.8-alpine3.21
76+
FROM python:3.13.1-alpine3.21
7777

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

flavors/dotnet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5656
# Build wheel for megalinter python package
5757
##################
5858
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
59-
FROM python:3.12.8-alpine3.21 AS build-ml-core
59+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6060
WORKDIR /
6161
COPY --from=uv /uv /uvx /bin/
6262
# Install dependencies
@@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7373
##################
7474
# Get base image #
7575
##################
76-
FROM python:3.12.8-alpine3.21
76+
FROM python:3.13.1-alpine3.21
7777

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

flavors/dotnetweb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5656
# Build wheel for megalinter python package
5757
##################
5858
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
59-
FROM python:3.12.8-alpine3.21 AS build-ml-core
59+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6060
WORKDIR /
6161
COPY --from=uv /uv /uvx /bin/
6262
# Install dependencies
@@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7373
##################
7474
# Get base image #
7575
##################
76-
FROM python:3.12.8-alpine3.21
76+
FROM python:3.13.1-alpine3.21
7777

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

flavors/formatters/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
2828
# Build wheel for megalinter python package
2929
##################
3030
FROM ghcr.io/astral-sh/uv:0.5.15 AS uv
31-
FROM python:3.12.8-alpine3.21 AS build-ml-core
31+
FROM python:3.13.1-alpine3.21 AS build-ml-core
3232
WORKDIR /
3333
COPY --from=uv /uv /uvx /bin/
3434
# Install dependencies
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
4545
##################
4646
# Get base image #
4747
##################
48-
FROM python:3.12.8-alpine3.21
48+
FROM python:3.13.1-alpine3.21
4949

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

0 commit comments

Comments
 (0)