From 74bdbfbd4e254e2e393100aac097c8d226d5e66a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 25 Jan 2025 11:28:58 +0100 Subject: [PATCH] chore(container): update alpine docker digest to 56fa17d (#31163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | digest | `beefdbd` -> `56fa17d` | --- > [!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**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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). --- containers/apps/kube-sa-proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/kube-sa-proxy/Dockerfile b/containers/apps/kube-sa-proxy/Dockerfile index ca678d72279..8d7a4b5ba5a 100644 --- a/containers/apps/kube-sa-proxy/Dockerfile +++ b/containers/apps/kube-sa-proxy/Dockerfile @@ -26,7 +26,7 @@ COPY ./containers/apps/kube-sa-proxy/internal/utils ./internal/utils RUN go build -ldflags "-w -s" -o /output/my-proxy-service . # Stage 2 - Create the final image -FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d AS runner +FROM alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS runner # Install necessary runtime dependencies RUN apk --no-cache add ca-certificates