Update Hugo to version 0.55.2

This commit is contained in:
Achilleas Pipinellis 2019-04-18 04:21:41 +00:00
parent 5a9ed7422d
commit 19eb6190e4

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.55.1 ENV HUGO_VERSION 0.55.2
ENV HUGO_SHA 3ac63e37477f16cb8adbef21794f7689f4a3a15887c067a93026113119cf1406 ENV HUGO_SHA f59b6d99d976606dda14b2133e25b33423d49401d7083e74f40c85905211399d
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \