Update Hugo to version 0.68.1

This commit is contained in:
GitLab Pages Bot 2020-03-23 04:06:01 +00:00
parent 0668e06a67
commit c6073fc14d

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.68.0 ARG HUGO_VERSION=0.68.1
ARG HUGO_SHA=252a4edebff79d9a154cf286390d3873a9a90d43d702f8e50621163706a61365 ARG HUGO_SHA=7942cfed5b22f294cc95edbe7ac2d2fdf42a1c4ec94da4666b48256a850c9caa
ARG HUGO_EXTENDED_SHA=fd83152633154a201831cd74837621aa0d4a3bf3e2c4a46931091e2ecd59c986 ARG HUGO_EXTENDED_SHA=28222f9ab1535ffb79f8c0c8e1206df4093cf6d40c91e4761d63aaed599d4fd2
RUN set -eux && \ RUN set -eux && \
case ${HUGO} in \ case ${HUGO} in \
*_extended) \ *_extended) \