Skip to content

Commit 20de7b0

Browse files
committed
fix: bump Python version to 3.12.13 in Dockerfile.api
1 parent 8c01723 commit 20de7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---- Package Build Stage ----
2-
FROM python:3.12.12-alpine3.23 AS package-builder
2+
FROM python:3.12.13-alpine3.23 AS package-builder
33

44
# Accept PEP 440 compliant version from CI
55
ARG APP_VERSION=0.0.0
@@ -23,7 +23,7 @@ RUN uv build --package shared --wheel && \
2323

2424

2525
# ---- Binary Build Stage ----
26-
FROM python:3.12.12-alpine3.23 AS binary-builder
26+
FROM python:3.12.13-alpine3.23 AS binary-builder
2727

2828
# Install build tools for PyInstaller
2929
RUN apk add --no-cache \

0 commit comments

Comments
 (0)