We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de64dc commit 32fc74aCopy full SHA for 32fc74a
server/Dockerfile
@@ -2,7 +2,7 @@
2
# Build wheel for megalinter python package
3
##################
4
FROM ghcr.io/astral-sh/uv:0.6.5 AS uv
5
-FROM python:3.12.8-alpine3.21 AS build-ml-core
+FROM python:3.13.2-alpine3.21 AS build-ml-core
6
WORKDIR /
7
COPY pyproject.toml .
8
COPY --from=uv /uv /bin/uv
server/Dockerfile-dev
@@ -5,7 +5,7 @@ FROM trufflesecurity/trufflehog:latest as trufflehog
9
10
11
0 commit comments