Skip to content

Commit 38d61e2

Browse files
authored
Merge pull request #229 from python-discord/bump-base-builder-version
Bump builder base from 3.12 to 3.13
2 parents 6319691 + 281bbd0 commit 38d61e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)