From 6950702699ee6fefa4ac470c375389d482dd8b29 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Fri, 25 Aug 2023 11:19:24 +0200
Subject: [PATCH] docker/mdshow#7 Update pandoc to 3.1.6.2

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 730009e..acccae1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ RUN echo "Adding system components" && \
                 libxss1 libxtst6 lsb-release wget xdg-utils && \
     curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \
     apt install -y nodejs && \
-    curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.4/pandoc-3.1.4-1-amd64.deb && \
+    curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.6.2/pandoc-3.1.6.2-1-amd64.deb && \
     dpkg -i pandoc.deb && \
     rm pandoc.deb
 
-- 
GitLab