Update Hugo to version 0.78.1

This commit is contained in:
GitLab Pages Bot 2020-11-06 04:05:52 +00:00
parent b2c2b2e6eb
commit 78f57df7ee

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.78.0 ARG HUGO_VERSION=0.78.1
ARG HUGO_SHA=72964765fba61950d4ebb0d131f2cb585f26cddb4ee189e65d874263d2b70839 ARG HUGO_SHA=e0d1b3ca30426931084dd6a0abb451be28f6a3dd23d85d87d272a1f95782912d
ARG HUGO_EXTENDED_SHA=2c3d888439765d10d0713a197681c4ecd06c1aa14367d8f4eb3ad69f64c9714b ARG HUGO_EXTENDED_SHA=145a4c14003c841ec5c194b361e4a16b463514df1348c1b11a9af76fd727f338
RUN set -eux && \ RUN set -eux && \
case ${HUGO} in \ case ${HUGO} in \
*_extended) \ *_extended) \