Update Hugo to version 0.58.3

This commit is contained in:
Achilleas Pipinellis 2019-09-20 04:21:07 +00:00
parent 940691cf77
commit 6f8626626a

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.58.2 ARG HUGO_VERSION=0.58.3
ARG HUGO_SHA=6129b8232fa71dc169f7159bafc4c2afd8769e750a3628262716febb5e119518 ARG HUGO_SHA=92aeeb64d4c392782cb55424dc2cc594a06ad5e1bc7e156480feab488ff7e774
ARG HUGO_EXTENDED_SHA=7ac65f7ee6dd30f6c3667e0c2fa22a0034c0945e0614447c6b2b4d7795d192d2 ARG HUGO_EXTENDED_SHA=2c1698cd3f30c12aa4fd12f5ab01e109bb42c39e3aadbde5802788f7ec1ff96e
RUN set -eux && \ RUN set -eux && \
case ${HUGO} in \ case ${HUGO} in \
*_extended) \ *_extended) \