diff --git a/Dockerfile b/Dockerfile index 0a4a8c1..385318e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:latest -ENV HUGO_VERSION 0.54.0 +ENV HUGO_VERSION 0.55.0 LABEL "com.github.actions.name"="Hugo Build" LABEL "com.github.actions.description"="Hugo as an action. Includes legacy versions."