mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 04:55:22 -04:00
Update golang Docker tag to v1.21
This commit is contained in:
parent
8305e01188
commit
4a14b72e5b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user