Skip to content

Commit f45ae67

Browse files
authored
Merge pull request #204 from python-discord/dependabot/docker/docker-dependencies-ace30d12d0
Bump the docker-dependencies group with 1 update
2 parents 316f39e + 8a9b1f8 commit f45ae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FROM builder-py-base as builder-py-3_12
3636
RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
3737
&& /build_python.sh 3.12.2
3838
# ------------------------------------------------------------------------------
39-
FROM python:3.11-slim-bookworm as base
39+
FROM python:3.12-slim-bookworm as base
4040

4141
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
4242
PIP_NO_CACHE_DIR=false

0 commit comments

Comments
 (0)