We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c01723 commit 20de7b0Copy full SHA for 20de7b0
1 file changed
docker/Dockerfile.api
@@ -1,5 +1,5 @@
1
# ---- Package Build Stage ----
2
-FROM python:3.12.12-alpine3.23 AS package-builder
+FROM python:3.12.13-alpine3.23 AS package-builder
3
4
# Accept PEP 440 compliant version from CI
5
ARG APP_VERSION=0.0.0
@@ -23,7 +23,7 @@ RUN uv build --package shared --wheel && \
23
24
25
# ---- Binary Build Stage ----
26
-FROM python:3.12.12-alpine3.23 AS binary-builder
+FROM python:3.12.13-alpine3.23 AS binary-builder
27
28
# Install build tools for PyInstaller
29
RUN apk add --no-cache \
0 commit comments