Skip to content

Commit 32fc74a

Browse files
Bump python from 3.12.8-alpine3.21 to 3.13.2-alpine3.21 in /server
Bumps python from 3.12.8-alpine3.21 to 3.13.2-alpine3.21. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0de64dc commit 32fc74a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/Dockerfile

+1-1
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.6.5 AS uv
5-
FROM python:3.12.8-alpine3.21 AS build-ml-core
5+
FROM python:3.13.2-alpine3.21 AS build-ml-core
66
WORKDIR /
77
COPY pyproject.toml .
88
COPY --from=uv /uv /bin/uv

server/Dockerfile-dev

+1-1
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.6.5 AS uv
8-
FROM python:3.12.8-alpine3.21 AS build-ml-core
8+
FROM python:3.13.2-alpine3.21 AS build-ml-core
99
WORKDIR /
1010
COPY pyproject.toml .
1111
COPY --from=uv /uv /bin/uv

0 commit comments

Comments
 (0)