From fe25aacba7eaafa436e74ce0129b4ec269f890ce Mon Sep 17 00:00:00 2001 From: Thomas Weise Date: Thu, 28 Apr 2022 05:23:38 +0800 Subject: [PATCH] now using docker-pandoc:4.1 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index e7cec3c..1cd3e4d 100644 --- a/image/Dockerfile +++ b/image/Dockerfile @@ -10,7 +10,7 @@ # software components inside the image are under the respective # licenses chosen by their respective copyright holders. # -FROM thomasweise/docker-pandoc:4.0 +FROM thomasweise/docker-pandoc:4.1 MAINTAINER Thomas Weise RUN echo "Initial Update." &&\