From 764c96393e5d63b6e33047fbf287785b2a00daed Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:25:17 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.4 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.21.5 | 1.25.4 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- example/http/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/http/Dockerfile b/example/http/Dockerfile index 7d54601..445a439 100644 --- a/example/http/Dockerfile +++ b/example/http/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.5 +FROM golang:1.25.4@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 WORKDIR /go/src/app