Update Hugo to version 0.75.1

This commit is contained in:
GitLab Pages Bot 2020-09-16 04:06:02 +00:00
parent 0734913fca
commit 49337b9c4e

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.75.0 ARG HUGO_VERSION=0.75.1
ARG HUGO_SHA=3628614c0cdeefa4eb2530cd653c2d6084b5c68aaa65138790d680a40898b8c2 ARG HUGO_SHA=98e157dc2eda1f78b19959ff45c8a750abd6ae12330fad6574b466efdb58bd1d
ARG HUGO_EXTENDED_SHA=f2cd128b877b15f695fbd64167cf1b414849886113845228a8247ca54a6acf13 ARG HUGO_EXTENDED_SHA=261fbc6b2bb835192761b9d9bf726c6dea89f8c71b15b6af63e3a8a574c8d4c5
RUN set -eux && \ RUN set -eux && \
case ${HUGO} in \ case ${HUGO} in \
*_extended) \ *_extended) \