diff options
author | 2024-04-08 16:03:33 +0100 | |
---|---|---|
committer | 2024-04-08 16:03:33 +0100 | |
commit | f45ae67942240270bb0ee285848b1c6f499a8748 (patch) | |
tree | dcdc9a2678cfca52dd046bf53d65c857cbfd11aa | |
parent | Use xargs over find -exec to ensure exit code is returned properly (diff) | |
parent | Bump the docker-dependencies group with 1 update (diff) |
Merge pull request #204 from python-discord/dependabot/docker/docker-dependencies-ace30d12d0
Bump the docker-dependencies group with 1 update
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ FROM builder-py-base as builder-py-3_12 RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \ && /build_python.sh 3.12.2 # ------------------------------------------------------------------------------ -FROM python:3.11-slim-bookworm as base +FROM python:3.12-slim-bookworm as base ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_NO_CACHE_DIR=false |