Update Hugo to version 0.58.2

This commit is contained in:
Achilleas Pipinellis 2019-09-14 04:21:28 +00:00
parent f67a1ef061
commit abc461a818

View File

@ -9,9 +9,9 @@
# to work around segmentation fault issues. # to work around segmentation fault issues.
FROM golang:1.12-alpine FROM golang:1.12-alpine
ARG HUGO=hugo ARG HUGO=hugo
ARG HUGO_VERSION=0.58.1 ARG HUGO_VERSION=0.58.2
ARG HUGO_SHA=55392f0a3382aa0e5e86358da8757eed60733deea67b681afb679028299e3927 ARG HUGO_SHA=6129b8232fa71dc169f7159bafc4c2afd8769e750a3628262716febb5e119518
ARG HUGO_EXTENDED_SHA=85da8bf54ca6129f1d5f9d31c0dd2e8afae379120573dfa76741f94311c70ea2 ARG HUGO_EXTENDED_SHA=7ac65f7ee6dd30f6c3667e0c2fa22a0034c0945e0614447c6b2b4d7795d192d2
RUN set -eux && \ RUN set -eux && \
case ${HUGO} in \ case ${HUGO} in \
*_extended) \ *_extended) \