From 46313cc50101b49c86b56f72eb6012013fcf480e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 Aug 2025 23:47:45 +0200 Subject: [PATCH] chore(container): update golang:1.24.6 docker digest to e155b51 (#38419) 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 | |---|---|---|---| | golang | final | digest | `2c89c41` -> `e155b51` | --- > [!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/charts-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/charts-ci/Dockerfile b/containers/apps/charts-ci/Dockerfile index 9c022772629..311cd88b8bf 100644 --- a/containers/apps/charts-ci/Dockerfile +++ b/containers/apps/charts-ci/Dockerfile @@ -191,7 +191,7 @@ RUN \ # Install golang -COPY --from=golang:1.24.6@sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6 /usr/local/go/ /usr/local/go/ +COPY --from=golang:1.24.6@sha256:e155b5162f701b7ab2e6e7ea51cec1e5f6deffb9ab1b295cf7a697e81069b050 /usr/local/go/ /usr/local/go/ ENV GOPATH /go ENV PATH $GOPATH/bin:$PATH