Skip to content

Commit 1154d83

Browse files
authored
chore(deps): update debian:bookworm-slim docker digest to 74d56e3 (open-component-model#1837)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | debian | final | digest | `98f4b71` → `74d56e3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
1 parent 2a847a0 commit 1154d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use multi-stage builds to copy certs from a minimal base image.
22
# Debian uses the Mozilla CA bundle which contains a maximum number of trusted CAs.
3-
FROM --platform=$BUILDPLATFORM debian:bookworm-slim@sha256:98f4b71de414932439ac6ac690d7060df1f27161073c5036a7553723881bffbe AS certs
3+
FROM --platform=$BUILDPLATFORM debian:bookworm-slim@sha256:74d56e3931e0d5a1dd51f8c8a2466d21de84a271cd3b5a733b803aa91abf4421 AS certs
44
RUN apt-get update \
55
&& apt-get install -y --no-install-recommends ca-certificates \
66
&& update-ca-certificates \

0 commit comments

Comments
 (0)