Update Hugo to version 0.55.4

This commit is contained in:
Achilleas Pipinellis 2019-04-26 04:26:37 +00:00
parent a39e919e89
commit 635557161a

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.55.3 ENV HUGO_VERSION 0.55.4
ENV HUGO_SHA 2ab8411a6dcd2eb3f8f281f72465aa36ea7ca9a17b4fe13dda625174b72bcd3f ENV HUGO_SHA fca0223d05e6bf9992a2050480635ea73fe1633ebab0c64b4fe991d0dbc7a0af
# Install HUGO # Install HUGO
RUN set -eux && \ RUN set -eux && \