From 7958b36c8ebcafd291e30f70300f74780ea2f58f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 8 Feb 2025 13:31:39 +0100 Subject: [PATCH] chore(container): update golang:1.23.6-alpine docker digest to 2c49857 (#31754) 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 | stage | digest | `f7b9e13` -> `2c49857` | --- > [!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 e785e8a5a1b..480847cc382 100644 --- a/containers/apps/kube-sa-proxy/Dockerfile +++ b/containers/apps/kube-sa-proxy/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - Build the Go application -FROM golang:1.23.6-alpine@sha256:f7b9e138cb7d4c3dfbfecf922023a4aafc4892afdc7467d58f1a9770eef7c12c AS builder +FROM golang:1.23.6-alpine@sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037 AS builder # Install necessary build dependencies RUN apk --no-cache add --update gcc musl-dev