Update Hugo to version 0.59.1

This commit is contained in:
Achilleas Pipinellis 2019-11-01 04:11:20 +00:00
parent ec2a4ebd68
commit 7758d2905d

View File

@ -9,9 +9,9 @@
# to work around segmentation fault issues.
FROM golang:1.13-alpine
ARG HUGO=hugo
ARG HUGO_VERSION=0.59.0
ARG HUGO_SHA=4cce9411a29f1599119bbec0d253506cac753b559d5dd7ca7b3b6ce3a92c42ff
ARG HUGO_EXTENDED_SHA=348944c8a078b1b11a9a15716554a87b9b9aec74418f7a0d5bb578bac938dcbe
ARG HUGO_VERSION=0.59.1
ARG HUGO_SHA=b92c47a705ad372887454644f8bee76caa6234be13c073834827b58f73fb7adb
ARG HUGO_EXTENDED_SHA=851b3ac01b86969196b8ca40f0c58a6639f243bcb06541fcd27eff4117f7a3f7
RUN set -eux && \
case ${HUGO} in \
*_extended) \