mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 06:05:23 -04:00
Update golang Docker tag to v1.22
This commit is contained in:
parent
9474a6a64d
commit
748017bd04
@ -8,7 +8,7 @@ ARG HUGO_BUILD_TAGS=extended
|
||||
# ---
|
||||
|
||||
# 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
|
||||
# https://docs.docker.com/engine/reference/builder/#scope
|
||||
|
Loading…
x
Reference in New Issue
Block a user