Skip to content

Commit bb385b5

Browse files
chore(deps): update python docker tag to v3.13.1
1 parent 58f2513 commit bb385b5

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
@@ -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.22 AS uv
90-
FROM python:3.12.8-alpine3.21 AS build-ml-core
90+
FROM python:3.13.1-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.1-alpine3.21
108108

109109
#############################################################################################
110110
## @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.22 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
@@ -60,7 +60,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
6060
# Build wheel for megalinter python package
6161
##################
6262
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
63-
FROM python:3.12.8-alpine3.21 AS build-ml-core
63+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/
6666
# Install dependencies
@@ -77,7 +77,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7777
##################
7878
# Get base image #
7979
##################
80-
FROM python:3.12.8-alpine3.21
80+
FROM python:3.13.1-alpine3.21
8181

8282
#############################################################################################
8383
## @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
@@ -39,7 +39,7 @@ FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
3939
# Build wheel for megalinter python package
4040
##################
4141
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
42-
FROM python:3.12.8-alpine3.21 AS build-ml-core
42+
FROM python:3.13.1-alpine3.21 AS build-ml-core
4343
WORKDIR /
4444
COPY --from=uv /uv /uvx /bin/
4545
# Install dependencies
@@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
5656
##################
5757
# Get base image #
5858
##################
59-
FROM python:3.12.8-alpine3.21
59+
FROM python:3.13.1-alpine3.21
6060

6161
#############################################################################################
6262
## @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
@@ -76,7 +76,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7676
# Build wheel for megalinter python package
7777
##################
7878
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
79-
FROM python:3.12.8-alpine3.21 AS build-ml-core
79+
FROM python:3.13.1-alpine3.21 AS build-ml-core
8080
WORKDIR /
8181
COPY --from=uv /uv /uvx /bin/
8282
# Install dependencies
@@ -93,7 +93,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
9393
##################
9494
# Get base image #
9595
##################
96-
FROM python:3.12.8-alpine3.21
96+
FROM python:3.13.1-alpine3.21
9797

9898
#############################################################################################
9999
## @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
@@ -60,7 +60,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
6060
# Build wheel for megalinter python package
6161
##################
6262
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
63-
FROM python:3.12.8-alpine3.21 AS build-ml-core
63+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/
6666
# Install dependencies
@@ -77,7 +77,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7777
##################
7878
# Get base image #
7979
##################
80-
FROM python:3.12.8-alpine3.21
80+
FROM python:3.13.1-alpine3.21
8181

8282
#############################################################################################
8383
## @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
@@ -60,7 +60,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
6060
# Build wheel for megalinter python package
6161
##################
6262
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
63-
FROM python:3.12.8-alpine3.21 AS build-ml-core
63+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/
6666
# Install dependencies
@@ -77,7 +77,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7777
##################
7878
# Get base image #
7979
##################
80-
FROM python:3.12.8-alpine3.21
80+
FROM python:3.13.1-alpine3.21
8181

8282
#############################################################################################
8383
## @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
@@ -60,7 +60,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
6060
# Build wheel for megalinter python package
6161
##################
6262
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
63-
FROM python:3.12.8-alpine3.21 AS build-ml-core
63+
FROM python:3.13.1-alpine3.21 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/
6666
# Install dependencies
@@ -77,7 +77,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
7777
##################
7878
# Get base image #
7979
##################
80-
FROM python:3.12.8-alpine3.21
80+
FROM python:3.13.1-alpine3.21
8181

8282
#############################################################################################
8383
## @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
@@ -30,7 +30,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
3030
# Build wheel for megalinter python package
3131
##################
3232
FROM ghcr.io/astral-sh/uv:0.5.22 AS uv
33-
FROM python:3.12.8-alpine3.21 AS build-ml-core
33+
FROM python:3.13.1-alpine3.21 AS build-ml-core
3434
WORKDIR /
3535
COPY --from=uv /uv /uvx /bin/
3636
# Install dependencies
@@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
4747
##################
4848
# Get base image #
4949
##################
50-
FROM python:3.12.8-alpine3.21
50+
FROM python:3.13.1-alpine3.21
5151

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

0 commit comments

Comments
 (0)