Skip to content

Commit 281bbd0

Browse files
committed
Bump builder base from 3.12 to 3.13
1 parent 6319691 commit 281bbd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN /build_python.sh 3.13.1
4343
FROM builder-py-base as builder-py-3_13t
4444
RUN /build_python.sh 3.13.1t
4545
# ------------------------------------------------------------------------------
46-
FROM python:3.12-slim-bookworm as base
46+
FROM python:3.13-slim-bookworm as base
4747

4848
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
4949
PIP_NO_CACHE_DIR=false

0 commit comments

Comments
 (0)