Skip to content

Commit c219064

Browse files
chore(deps): update python docker tag
1 parent c14ac92 commit c219064

File tree

155 files changed

+304
-304
lines changed

Some content is hidden

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

155 files changed

+304
-304
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- uses: actions/setup-python@v6
3131
with:
32-
python-version: 3.12.11
32+
python-version: 3.14.0
3333
- run: pip install --upgrade -r .config/python/dev/requirements.txt
3434
- run: cd .automation && bash build_schemas_doc.sh && cd ..
3535
# - run: mkdocs gh-deploy --force

.github/workflows/deploy-RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
echo "curr ver ${{ steps.version.outputs.cversion }}"
212212
- uses: actions/setup-python@v6
213213
with:
214-
python-version: 3.12.11
214+
python-version: 3.14.0
215215
- run: pip install --upgrade -r .config/python/dev/requirements.txt
216216
- run: cd .automation && bash build_schemas_doc.sh && cd ..
217217
# - 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@v5
2121
- uses: actions/setup-python@v6
2222
with:
23-
python-version: 3.12.11
23+
python-version: 3.14.0
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.11
1+
3.14.0

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.8.17 AS uv
90-
FROM python:3.13-alpine3.22 AS build-ml-core
90+
FROM python:3.14-alpine3.22 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.13-alpine3.22
107+
FROM python:3.14-alpine3.22
108108

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

Dockerfile-custom-flavor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM ghcr.io/astral-sh/uv:0.8.17 AS uv
1010
##################
1111
# Get base image #
1212
##################
13-
FROM python:3.13-alpine3.22
13+
FROM python:3.14-alpine3.22
1414

1515
RUN apk -U --no-cache upgrade \
1616
&& apk add --no-cache \

Dockerfile-quick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
1616
# Build wheel for megalinter python package
1717
##################
1818
FROM ghcr.io/astral-sh/uv:0.8.17 AS uv
19-
FROM python:3.13-alpine3.22 AS build-ml-core
19+
FROM python:3.14-alpine3.22 AS build-ml-core
2020
WORKDIR /
2121
COPY pyproject.toml .
2222
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.8.17 AS uv
63-
FROM python:3.13-alpine3.22 AS build-ml-core
63+
FROM python:3.14-alpine3.22 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.13-alpine3.22
80+
FROM python:3.14-alpine3.22
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.8.17 AS uv
42-
FROM python:3.13-alpine3.22 AS build-ml-core
42+
FROM python:3.14-alpine3.22 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.13-alpine3.22
59+
FROM python:3.14-alpine3.22
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.8.17 AS uv
79-
FROM python:3.13-alpine3.22 AS build-ml-core
79+
FROM python:3.14-alpine3.22 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.13-alpine3.22
96+
FROM python:3.14-alpine3.22
9797

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

0 commit comments

Comments
 (0)