From 4396c6b534f447535bd3c73cb9a9c793f3ae050e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Feb 2025 00:01:20 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24 --- hugo.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.Dockerfile b/hugo.Dockerfile index afe0d6a..6752fc3 100644 --- a/hugo.Dockerfile +++ b/hugo.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine AS build +FROM golang:1.24-alpine AS build ARG HUGO_VERSION ARG CGO=1