From f6580ec25c8d8a800ec90397f0506661f907599e Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 5 Nov 2021 12:28:16 -0400 Subject: [PATCH] Hugo v0.89.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f969af..c25419f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # the following version can be overridden at image build time with --build-arg -ARG HUGO_VERSION=0.89.0 +ARG HUGO_VERSION=0.89.1 # remove/comment the following line completely to compile vanilla Hugo: ARG HUGO_BUILD_TAGS=extended @@ -52,7 +52,7 @@ FROM alpine:${ALPINE_VERSION} # renew global args from above & pin any dependency versions ARG HUGO_VERSION # https://github.com/jgm/pandoc/releases -ARG PANDOC_VERSION=2.16 +ARG PANDOC_VERSION=2.16.1 # https://github.com/sass/dart-sass-embedded/releases ARG DART_SASS_VERSION=1.0.0-beta.12