You've already forked hugo-docker
mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-06-27 17:25:40 -04:00
Update golang Docker tag to v1.21
This commit is contained in:
@ -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.20-alpine3.18 AS build
|
FROM golang:1.21-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
|
||||||
|
Reference in New Issue
Block a user