Skip to content

Commit

Permalink
build(deps): bump python in /docker
Browse files Browse the repository at this point in the history
Bumps python from 3.11.10-slim-bullseye to 3.13.0-slim-bullseye.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 216e871 commit e4c4e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This should be kept in sync with the python version used in .devcontainer/Dockerfile and
# docker/images/fakesentry/Dockerfile
FROM --platform=linux/amd64 python:3.11.10-slim-bullseye@sha256:f6a64ef0a5cc14855b15548056a8fc77f4c3526b79883fa6709a8e23f676ac34
FROM --platform=linux/amd64 python:3.13.0-slim-bullseye@sha256:edc28282d81252d643f654a299af2605949fde2ffe72c7e8d682956e930a43a4

# Set up user and group
ARG groupid=10001
Expand Down

0 comments on commit e4c4e54

Please sign in to comment.