From 198e59ef561743e442dc849e3d435b8bda0d9cf7 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Tue, 2 Dec 2025 20:05:39 +0000 Subject: [PATCH] chore(deps): update docker.io/library/golang docker tag to v1.25.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce3779f..57b022d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/golang:1.25.4-alpine3.21 AS build +FROM docker.io/library/golang:1.25.5-alpine3.21 AS build ARG DC_VERSION=main ARG GONOSUMDB