File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# Build wheel for megalinter python package
33# #################
44FROM ghcr.io/astral-sh/uv:0.8.17 AS uv
5- FROM python:3.13 -alpine3.21 AS build-ml-core
5+ FROM python:3.14 -alpine3.21 AS build-ml-core
66WORKDIR /
77COPY pyproject.toml .
88COPY --from=uv /uv /bin/uv
@@ -12,7 +12,7 @@ COPY . .
1212RUN --mount=type=cache,target=/root/.cache/uv \
1313 uv pip install --system .
1414
15- FROM python:3.13 -alpine
15+ FROM python:3.14 -alpine
1616
1717RUN apk add --upgrade --no-cache git
1818
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM trufflesecurity/trufflehog:latest as trufflehog
55# Build wheel for megalinter python package
66##################
77FROM ghcr.io/astral-sh/uv:0.8.17 AS uv
8- FROM python:3.13 -alpine3.21 AS build-ml-core
8+ FROM python:3.14 -alpine3.21 AS build-ml-core
99WORKDIR /
1010COPY pyproject.toml .
1111COPY --from=uv /uv /bin/uv
@@ -15,7 +15,7 @@ COPY . .
1515RUN --mount=type=cache,target=/root/.cache/uv \
1616 uv pip install --system .
1717
18- FROM python:3.13 -alpine
18+ FROM python:3.14 -alpine
1919
2020WORKDIR /
2121
You can’t perform that action at this time.
0 commit comments