1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2026-06-13 02:45:27 -04:00

pin alpine to 3.13

This commit is contained in:
2021-03-14 11:05:03 -04:00
parent 791ec15da8
commit 30f54331e8
+1 -1
View File
@@ -6,7 +6,7 @@ ARG HUGO_BUILD_TAGS=extended
# ---
# Hugo >= v0.81.0 requires Go 1.16+ to build
FROM golang:1.16-alpine AS build
FROM golang:1.16-alpine3.13 AS build
# renew global args from above
# https://docs.docker.com/engine/reference/builder/#scope