Skip to content

Commit

Permalink
Bump python from 3.12.5-slim-bullseye to 3.12.6-slim-bullseye (#271)
Browse files Browse the repository at this point in the history
Bumps python from 3.12.5-slim-bullseye to 3.12.6-slim-bullseye.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 813a1ef commit 0f4ecaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
##############################################
# Main image
##############################################
FROM python:3.12.5-slim-bullseye AS final
FROM python:3.12.6-slim-bullseye AS final

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 0f4ecaa

Please sign in to comment.