From fa5bbbe7b902d3bc5857dab2133a27cba55d1b44 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 04:24:02 +0000 Subject: [PATCH] chore(fallback): update golang (#399) Co-authored-by: public-glueops-renovatebot[bot] <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97e0630..0562e28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################# # Builder: Go + Node in one ################################# -FROM golang:1.25.5-alpine@sha256:3587db7cc96576822c606d119729370dbf581931c5f43ac6d3fa03ab4ed85a10 AS builder +FROM golang:1.25.5-alpine@sha256:26111811bc967321e7b6f852e914d14bede324cd1accb7f81811929a6a57fea9 AS builder RUN apk add --no-cache \ bash git ca-certificates tzdata \