From 52781cc1247cf6b00578ef47ab1ca485bdbb3683 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 17 Jun 2025 20:42:59 +0200 Subject: [PATCH] chore(container): update golang:1.24.4 docker digest to 10c1318 (#36327) 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 | `3178db8` -> `10c1318` | --- > [!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 bb3b69d2df9..759371e40be 100644 --- a/containers/apps/charts-ci/Dockerfile +++ b/containers/apps/charts-ci/Dockerfile @@ -190,7 +190,7 @@ RUN \ # Install golang -COPY --from=golang:1.24.4@sha256:3178db8b0d0fbcb11cf8271f7fb75b5f1f76367e306968c7c725999cb30c9982 /usr/local/go/ /usr/local/go/ +COPY --from=golang:1.24.4@sha256:10c131810f80a4802c49cab0961bbe18a16f4bb2fb99ef16deaa23e4246fc817 /usr/local/go/ /usr/local/go/ ENV GOPATH /go ENV PATH $GOPATH/bin:$PATH