From e497eb67a2e7b38df76e4c058c1a3b19c0507ecd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 20 Feb 2026 21:28:22 +0100 Subject: [PATCH] chore(deps): update gcr.io/distroless/static-debian12 docker digest to 20bc6c0 (#76) 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 | `4b2a093` → `20bc6c0` | --- ### 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/realDynDNS/pulls/76 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 d51ce81..10ccd59 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:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e +FROM gcr.io/distroless/static-debian12@sha256:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838 COPY --from=build /app/main / CMD ["/main"]