1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-25 16:15:22 -04:00

Update dependency jgm/pandoc to v3.1.13

This commit is contained in:
renovate[bot] 2024-04-07 16:38:50 +00:00
parent 9733fc0fa6
commit 40ca2c3269

View File

@ -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.12
ARG PANDOC_VERSION=3.1.13
# https://github.com/sass/dart-sass-embedded/releases
# renovate: datasource=github-releases depName=sass/dart-sass-embedded
ARG DART_SASS_VERSION=1.62.1