Skip to content

Commit

Permalink
Merge pull request #229 from python-discord/bump-base-builder-version
Browse files Browse the repository at this point in the history
Bump builder base from 3.12 to 3.13
  • Loading branch information
jb3 authored Dec 21, 2024
2 parents 6319691 + 281bbd0 commit 38d61e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN /build_python.sh 3.13.1
FROM builder-py-base as builder-py-3_13t
RUN /build_python.sh 3.13.1t
# ------------------------------------------------------------------------------
FROM python:3.12-slim-bookworm as base
FROM python:3.13-slim-bookworm as base

ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=false
Expand Down

0 comments on commit 38d61e2

Please sign in to comment.