Update Hugo to version 0.55.1

This commit is contained in:
Achilleas Pipinellis 2019-04-13 04:23:00 +00:00
parent 4d34c5ba83
commit 5a9ed7422d

View File

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