Skip to content

Commit

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


Updates `python` from 3.12-slim-bookworm to 3.13-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 Oct 12, 2024
1 parent 2fc04c6 commit 7a37176
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 @@ -47,7 +47,7 @@ FROM builder-py-base as builder-py-3_13t
ENV PYTHON_CONFIGURE_OPTS='--enable-optimizations --with-lto --with-system-expat --without-ensurepip'
RUN /build_python.sh 3.13.0t
# ------------------------------------------------------------------------------
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 7a37176

Please sign in to comment.