Update Hugo to version 0.55.0

This commit is contained in:
Achilleas Pipinellis 2019-04-09 04:21:54 +00:00
parent 640fd231f8
commit 4d34c5ba83

View File

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