Update Hugo to version 0.62.2

This commit is contained in:
Achilleas Pipinellis 2020-01-06 04:05:57 +00:00
parent c6f337b229
commit 794248bf90

View File

@ -9,9 +9,9 @@
# to work around segmentation fault issues. # to work around segmentation fault issues.
FROM golang:1.13-alpine FROM golang:1.13-alpine
ARG HUGO=hugo ARG HUGO=hugo
ARG HUGO_VERSION=0.62.1 ARG HUGO_VERSION=0.62.2
ARG HUGO_SHA=7946ce9b3b6d48d9e218d556010df0fa031b19fc1616d04e96f183325e3123c0 ARG HUGO_SHA=d749a2d5ab15c3d81a1154b362fc0cded8438e96a7d0397b910e84bc004c2eb1
ARG HUGO_EXTENDED_SHA=e7f4201e5879d55db82d07539455ba6ad45a2cce813b6552d12cecec68d9425e ARG HUGO_EXTENDED_SHA=65af507cef743535c65806d2239a9efc497d53399a7b6161b2cd3d74651f6c93
RUN set -eux && \ RUN set -eux && \
case ${HUGO} in \ case ${HUGO} in \
*_extended) \ *_extended) \