Skip to content

Commit

Permalink
Bump python in /docker/ansible
Browse files Browse the repository at this point in the history
Bumps python from 3.9.18-slim-bullseye to 3.9.19-slim-bullseye.

---
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 Mar 21, 2024
1 parent 01f69a0 commit 22f0ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##############################

# Pull official base image from DockerHub
FROM python:3.9.18-slim-bullseye@sha256:85f0831e26d72c7c6e1eff1c6b395679c8a1d82965081e2b6b29fc3da17f7ffe
FROM python:3.9.19-slim-bullseye@sha256:0ebdf1db1fa3673e49d17069ee69157232cbc459b99bb0d68f5c4b0a7487dd0c

# Avoid interactive frontend
ENV DEBIAN_FRONTEND="noninteractive"
Expand Down

0 comments on commit 22f0ab4

Please sign in to comment.