Skip to content

Commit bc926dd

Browse files
Bump python from 3.13-alpine to 3.14-alpine in /server
Bumps python from 3.13-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1642137 commit bc926dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build wheel for megalinter python package
33
##################
44
FROM 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
66
WORKDIR /
77
COPY pyproject.toml .
88
COPY --from=uv /uv /bin/uv
@@ -12,7 +12,7 @@ COPY . .
1212
RUN --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

1717
RUN apk add --upgrade --no-cache git
1818

server/Dockerfile-dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM trufflesecurity/trufflehog:latest as trufflehog
55
# Build wheel for megalinter python package
66
##################
77
FROM 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
99
WORKDIR /
1010
COPY pyproject.toml .
1111
COPY --from=uv /uv /bin/uv
@@ -15,7 +15,7 @@ COPY . .
1515
RUN --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

2020
WORKDIR /
2121

0 commit comments

Comments
 (0)