From 0ea9b971b45114b355ed3c122a1dd71a3904122d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 May 2026 06:07:26 +0000 Subject: [PATCH] chore(deps): update golang:1.26.3 docker digest to 54d3246 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 123c84d..4ba25d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/golang:1.26.3@sha256:f9a8afb8a11d7e9220a5e61cedf2bb34babc7618ee51838e16c120fc74e0d92f as modules +FROM amd64/golang:1.26.3@sha256:54d32460e205919fa90b984134a9cfc26152443306d685f0d92722c108d31771 as modules WORKDIR /build ENV GOPRIVATE=gitea.unbound.se/shiny,gitea.unbound.se/unboundsoftware ADD go.* /build