Update Hugo to version 0.53

This commit is contained in:
Achilleas Pipinellis 2018-12-25 04:21:17 +00:00
parent 6591e3e5a6
commit ef267efbd6

View File

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