From 34e4d61e90432a7d022101bc802020e2223dc88e Mon Sep 17 00:00:00 2001 From: Thomas Weise Date: Thu, 28 Apr 2022 05:22:16 +0800 Subject: [PATCH] now using docker-texlive-thin:4.1 --- image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Dockerfile b/image/Dockerfile index fb17a56..d52dd9d 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-texlive-thin:4.0 +FROM thomasweise/docker-texlive-thin:4.1 MAINTAINER Thomas Weise RUN echo "Initial update." &&\