Update Hugo to version 0.55.6

This commit is contained in:
Achilleas Pipinellis 2019-05-19 04:31:04 +00:00
parent 24ab6107f9
commit 17fb5d5ad4

View File

@ -1,7 +1,7 @@
FROM alpine:latest
ENV HUGO_VERSION 0.55.5
ENV HUGO_SHA e330a0f31f1d65c7711e357b7194f44cc5feedfa00ade7c717889ef603f1954e
ENV HUGO_VERSION 0.55.6
ENV HUGO_SHA 39d3119cdb9ba5d6f1f1b43693e707937ce851791a2ea8d28003f49927c428f4
# Install HUGO
RUN set -eux && \