From 46803ffb08784c31e7d2a355564d99d28b4a1fc2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jul 2026 00:08:25 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.26.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 272350e..6ea27d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amd64/golang:1.26.4@sha256:f83d23523668b4ea5b644ae7711b2284f35f3bc3369a02655a8bc30d98586c4d as modules +FROM amd64/golang:1.26.5@sha256:0ca2a3f0102409fcafbe2cdd0cb0fe91f9ae8a67e25f9f6355a5352adda44f16 as modules WORKDIR /build ENV GOPRIVATE=gitea.unbound.se/shiny,gitea.unbound.se/unboundsoftware ADD go.* /build