1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 07:15:23 -04:00

bump pandoc to v2.14

https://github.com/jgm/pandoc/releases/tag/2.14
This commit is contained in:
Jake Jarvis 2021-05-29 10:26:16 -04:00
parent 941079893a
commit a6b5427dca
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -8,7 +8,7 @@ ARG GO_VERSION=1.16
# ---
FROM golang:${GO_VERSION}-alpine AS build
FROM golang:${GO_VERSION}-alpine3.13 AS build
# renew global args from above
# https://docs.docker.com/engine/reference/builder/#scope
@ -51,7 +51,7 @@ FROM alpine:3.13
# renew global args from above & pin any dependency versions
ARG HUGO_VERSION
# https://github.com/jgm/pandoc/releases
ARG PANDOC_VERSION=2.13
ARG PANDOC_VERSION=2.14
# https://github.com/sass/dart-sass-embedded/releases
ARG DART_SASS_VERSION=1.0.0-beta.7