Skip to content

Commit 4e3618a

Browse files
chore(deps): update python docker tag to v3.12.10 (#5180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 810da5a commit 4e3618a

File tree

151 files changed

+295
-295
lines changed

Some content is hidden

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

151 files changed

+295
-295
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: 3.12.9
31+
python-version: 3.12.10
3232
- run: pip install --upgrade -r .config/python/dev/requirements.txt
3333
- run: cd .automation && bash build_schemas_doc.sh && cd ..
3434
# - run: mkdocs gh-deploy --force

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "curr ver ${{ steps.version.outputs.cversion }}"
187187
- uses: actions/setup-python@v5
188188
with:
189-
python-version: 3.12.9
189+
python-version: 3.12.10
190190
- run: pip install --upgrade -r .config/python/dev/requirements.txt
191191
- run: cd .automation && bash build_schemas_doc.sh && cd ..
192192
# - run: mkdocs gh-deploy --force

.github/workflows/test-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.12.9
23+
python-version: 3.12.10
2424
- run: pip install --upgrade -r .config/python/dev/requirements.txt
2525
- run: cd .automation && bash build_schemas_doc.sh && cd ..
2626
- run: mkdocs build

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.9
1+
3.12.10

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.6.13 AS uv
90-
FROM python:3.12.9-alpine3.21 AS build-ml-core
90+
FROM python:3.12.10-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.9-alpine3.21
107+
FROM python:3.12.10-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.6.13 AS uv
18-
FROM python:3.12.9-alpine3.21 AS build-ml-core
18+
FROM python:3.12.10-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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-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.6.13 AS uv
42-
FROM python:3.12.9-alpine3.21 AS build-ml-core
42+
FROM python:3.12.10-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.9-alpine3.21
59+
FROM python:3.12.10-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.6.13 AS uv
79-
FROM python:3.12.9-alpine3.21 AS build-ml-core
79+
FROM python:3.12.10-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.9-alpine3.21
96+
FROM python:3.12.10-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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-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.6.13 AS uv
33-
FROM python:3.12.9-alpine3.21 AS build-ml-core
33+
FROM python:3.12.10-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.9-alpine3.21
50+
FROM python:3.12.10-alpine3.21
5151

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

flavors/go/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
6868
# Build wheel for megalinter python package
6969
##################
7070
FROM ghcr.io/astral-sh/uv:0.6.13 AS uv
71-
FROM python:3.12.9-alpine3.21 AS build-ml-core
71+
FROM python:3.12.10-alpine3.21 AS build-ml-core
7272
WORKDIR /
7373
COPY --from=uv /uv /uvx /bin/
7474
# Install dependencies
@@ -85,7 +85,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
8585
##################
8686
# Get base image #
8787
##################
88-
FROM python:3.12.9-alpine3.21
88+
FROM python:3.12.10-alpine3.21
8989

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

flavors/java/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/javascript/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/php/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/python/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/ruby/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/rust/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/salesforce/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/security/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
5656
# Build wheel for megalinter python package
5757
##################
5858
FROM ghcr.io/astral-sh/uv:0.6.13 AS uv
59-
FROM python:3.12.9-alpine3.21 AS build-ml-core
59+
FROM python:3.12.10-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.9-alpine3.21
76+
FROM python:3.12.10-alpine3.21
7777

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

flavors/swift/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.6.13 AS uv
63-
FROM python:3.12.9-alpine3.21 AS build-ml-core
63+
FROM python:3.12.10-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.9-alpine3.21
80+
FROM python:3.12.10-alpine3.21
8181

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

flavors/terraform/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7474
# Build wheel for megalinter python package
7575
##################
7676
FROM ghcr.io/astral-sh/uv:0.6.13 AS uv
77-
FROM python:3.12.9-alpine3.21 AS build-ml-core
77+
FROM python:3.12.10-alpine3.21 AS build-ml-core
7878
WORKDIR /
7979
COPY --from=uv /uv /uvx /bin/
8080
# Install dependencies
@@ -91,7 +91,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
9191
##################
9292
# Get base image #
9393
##################
94-
FROM python:3.12.9-alpine3.21
94+
FROM python:3.12.10-alpine3.21
9595

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

linters/action_actionlint/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ FROM koalaman/shellcheck:${BASH_SHELLCHECK_VERSION} AS shellcheck
3030
# Build wheel for megalinter python package
3131
##################
3232
FROM ghcr.io/astral-sh/uv:0.6.13 AS uv
33-
FROM python:3.12.9-alpine3.21 AS build-ml-core
33+
FROM python:3.12.10-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.9-alpine3.21
50+
FROM python:3.12.10-alpine3.21
5151

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

0 commit comments

Comments
 (0)