From a6b5427dca8e2fab36a173f6bd0979177e078ab9 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sat, 29 May 2021 10:26:16 -0400 Subject: [PATCH] bump pandoc to v2.14 https://github.com/jgm/pandoc/releases/tag/2.14 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e649502..09295cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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