1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-06-27 16:15:40 -04:00

Update golang Docker tag to v1.22

This commit is contained in:
renovate[bot]
2024-02-15 22:51:56 +00:00
parent 9474a6a64d
commit 748017bd04

View File

@ -8,7 +8,7 @@ ARG HUGO_BUILD_TAGS=extended
# --- # ---
# Hugo >= v0.81.0 requires Go 1.16+ to build # Hugo >= v0.81.0 requires Go 1.16+ to build
FROM golang:1.21-alpine3.18 AS build FROM golang:1.22-alpine3.18 AS build
# renew global args from above # renew global args from above
# https://docs.docker.com/engine/reference/builder/#scope # https://docs.docker.com/engine/reference/builder/#scope