Update Hugo to version 0.54.0

This commit is contained in:
Achilleas Pipinellis 2019-02-02 04:22:55 +00:00
parent ef267efbd6
commit 640fd231f8

View File

@ -1,7 +1,7 @@
FROM alpine:latest
ENV HUGO_VERSION 0.53
ENV HUGO_SHA 0e4424c90ce5c7a0c0f7ad24a558dd0c2f1500256023f6e3c0004f57a20ee119
ENV HUGO_VERSION 0.54.0
ENV HUGO_SHA 76f90287c12a682c9137b85146c406be410b2b30b0df7367f02ee7c4142bb416
# Install HUGO
RUN set -eux && \