Skip to content

Commit 613b78a

Browse files
ACSC-CyberLabACSC Renovate Bot
andauthored
chore: Update docker.io/library/python:3.12-slim-trixie Docker digest to 229a2c5 (#57)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker.io/library/python](https://hub.docker.com/_/python) ([source](https://redirect.github.com/docker-library/python)) | final | digest | `57cd7c3` → `229a2c5` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - Only on Sunday, Monday, and Saturday (`* * * * 0,1,6`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: ACSC Renovate Bot <bot@no-reply.com>
1 parent 5e4d80b commit 613b78a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG REGISTRY="docker.io/library"
22
ARG BUILD_IMAGE='python'
33
ARG BUILD_TAG='3.12-trixie@sha256:dd4fe98ab39f91e936f8e7e7a65a3ce59ecfb11e32f9a125b3132779920ba7f7'
44
ARG BASE_IMAGE='python'
5-
ARG BASE_TAG='3.12-slim-trixie@sha256:57cd7c3a7a273101a6485ba99423ee568157882804b1124b4dd04266317710de'
5+
ARG BASE_TAG='3.12-slim-trixie@sha256:229a2c5bfa27522db7815ea81f9bed70af17ccb9de9fc7ad142b1877b5830d36'
66

77
FROM $REGISTRY/$BUILD_IMAGE:$BUILD_TAG AS builder
88
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)