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 9, 2024
1 parent b58f98b commit 73cf1d5
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 @@ -40,7 +40,7 @@ RUN /build_python.sh 3.12.5
FROM builder-py-base as builder-py-3_13
RUN /build_python.sh 3.13.0rc3
# ------------------------------------------------------------------------------
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 73cf1d5

Please sign in to comment.