Skip to content

Commit

Permalink
Bump python from e32fb39 to 9d6c8e7 in /docker
Browse files Browse the repository at this point in the history
Bumps python from `e32fb39` to `9d6c8e7`.

---
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 Dec 30, 2024
1 parent fec26ca commit 8458a49
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 @@
# NOTE(smarnach): To upgrade Python to a new minor or major version, see
# https://mozilla-eliot.readthedocs.io/en/latest/dev.html#how-to-upgrade-the-python-version
FROM --platform=linux/amd64 python:3.11.11-slim-bullseye@sha256:e32fb39f8ca1bc1736579469c6f175d2dfff2bb9170865d706d5da461b708bb6
FROM --platform=linux/amd64 python:3.11.11-slim-bullseye@sha256:9d6c8e7c36da7e7a77af6b503877fe0dece3aa239be502ecb62f3ac266ce6011

ARG userid=10001
ARG groupid=10001
Expand Down

0 comments on commit 8458a49

Please sign in to comment.