Skip to content

Commit

Permalink
Bump the docker-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the docker-dependencies group with 1 update: python.


Updates `python` from 3.11-slim-bookworm to 3.12-slim-bookworm

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  dependency-group: docker-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 316f39e commit 8a9b1f8
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 @@ -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
Expand Down

0 comments on commit 8a9b1f8

Please sign in to comment.