diff options
| author | 2024-12-21 15:30:04 +0000 | |
|---|---|---|
| committer | 2024-12-21 15:30:04 +0000 | |
| commit | 38d61e28c580250d28bf03de6edc6a69b8c34f7e (patch) | |
| tree | d9638f7516ca7876a33864e323ba9b5208ccd596 | |
| parent | Merge remote-tracking branch 'origin/bump-python-version' (diff) | |
| parent | Bump builder base from 3.12 to 3.13 (diff) | |
Merge pull request #229 from python-discord/bump-base-builder-version
Bump builder base from 3.12 to 3.13
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
