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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and willkg committed Jul 1, 2024
1 parent ad91dce commit c41ff72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://hub.docker.com/_/python
# NOTE(willkg): stick with slim-bullseye which matches how we build the
# stackwalker
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
2 changes: 1 addition & 1 deletion docker/Dockerfile.fakesentry
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9-slim-bullseye@sha256:320da7887b542fee80af7fac52146047a980d767abb9b8fe69d86eaa9113bcc4
FROM python:3.11.9-slim-bullseye@sha256:7c0b64e4b846dba1fb79120e7c26c40f05e8dea7d2f289cbe401d3e1b561789e

ARG groupid=5000
ARG userid=5000
Expand Down

0 comments on commit c41ff72

Please sign in to comment.