1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 14:08:28 -04:00

Hugo v0.54.0

This commit is contained in:
Jake Jarvis 2019-08-26 10:48:35 -04:00
parent 3e2563db96
commit 81e2a17497
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B

View File

@ -1,6 +1,6 @@
FROM alpine:latest FROM alpine:latest
ENV HUGO_VERSION 0.53 ENV HUGO_VERSION 0.54.0
LABEL "com.github.actions.name"="Hugo Build" LABEL "com.github.actions.name"="Hugo Build"
LABEL "com.github.actions.description"="Hugo as an action. Includes legacy versions." LABEL "com.github.actions.description"="Hugo as an action. Includes legacy versions."