Skip to content

Commit

Permalink
build(deps): bump python from f6a64ef to 08ef1d5 in /docker
Browse files Browse the repository at this point in the history
Bumps python from `f6a64ef` to `08ef1d5`.

---
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 Oct 29, 2024
1 parent ee6b88e commit f317525
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://antenna.readthedocs.io/en/latest/dev.html#upgrading-to-a-new-python-version
FROM --platform=linux/amd64 python:3.11.10-slim-bullseye@sha256:f6a64ef0a5cc14855b15548056a8fc77f4c3526b79883fa6709a8e23f676ac34
FROM --platform=linux/amd64 python:3.11.10-slim-bullseye@sha256:08ef1d5c4e0c05244f0971150437c57f6c79863345e549dbaebaf1b61f56bdf5

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

0 comments on commit f317525

Please sign in to comment.