From f623c095f8ab7450edb3f12f78877be53b17e1b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Sep 2024 16:16:20 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- hugo.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.Dockerfile b/hugo.Dockerfile index a0257aa..afe0d6a 100644 --- a/hugo.Dockerfile +++ b/hugo.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine AS build +FROM golang:1.23-alpine AS build ARG HUGO_VERSION ARG CGO=1