From 3758f9cad155a8c344aa8d51292ee7224e1bd30f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 01:28:16 +0000 Subject: [PATCH] Update dependency jgm/pandoc to v3.1.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d438a09..586168b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ FROM alpine:3.18 ARG HUGO_VERSION # https://github.com/jgm/pandoc/releases # renovate: datasource=github-releases depName=jgm/pandoc -ARG PANDOC_VERSION=3.1.8 +ARG PANDOC_VERSION=3.1.9 # https://github.com/sass/dart-sass-embedded/releases # renovate: datasource=github-releases depName=sass/dart-sass-embedded ARG DART_SASS_VERSION=1.62.1