Skip to content

Commit 80da9c7

Browse files
Bump python from 3.13-alpine3.22 to 3.14-alpine3.22
Bumps python from 3.13-alpine3.22 to 3.14-alpine3.22. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine3.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 388c33e commit 80da9c7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.9.4 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.9.4 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.9.4 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

0 commit comments

Comments
 (0)