From e80d818e86e656dcfdaf30ad96b73164a69304d6 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 11:02:52 +0000 Subject: [PATCH] chore(fallback): update golang (#244) 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 94e5da1..ca96851 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################# # Builder: Go + Node in one ################################# -FROM golang:1.25.4-alpine@sha256:d2ede9f3341a67413127cf5366bb25bbad9b0a66e8173cae3a900ab00e84861f AS builder +FROM golang:1.25.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder RUN apk add --no-cache \ bash git ca-certificates tzdata \