Skip to content

Commit

Permalink
build(deps): bump python from 320da78 to 7c0b64e in /docker
Browse files Browse the repository at this point in the history
Bumps python from `320da78` to `7c0b64e`.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and willkg committed Jul 1, 2024
1 parent 16f0312 commit 31638d4
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.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4
FROM --platform=linux/amd64 python:3.11.9-slim-bullseye@sha256:7c0b64e4b846dba1fb79120e7c26c40f05e8dea7d2f289cbe401d3e1b561789e

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

0 comments on commit 31638d4

Please sign in to comment.