From 5219457d33cfec05ff5e100aeca391080d5a1c81 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 May 2026 10:41:47 +0200 Subject: [PATCH] chore(deps): update gcr.io/distroless/static-debian12 docker digest to 9c346e4 (#5) 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 | |---|---|---|---| | gcr.io/distroless/static-debian12 | final | digest | `20bc6c0` → `9c346e4` | --- ### 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 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://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/authentik-kubernetes-operator/pulls/5 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a14c81..837f9b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} \ go build -trimpath -ldflags="-s -w" -o main . -FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838 +FROM gcr.io/distroless/static-debian12@sha256:9c346e4be81b5ca7ff31a0d89eaeade58b0f95cfd3baed1f36083ddb47ca3160 COPY --from=build /app/main / CMD ["/main"]