From ef0e4333b6b4ca49e3fe846c9e8716a07d5b6bb2 Mon Sep 17 00:00:00 2001 From: Thomas Weise Date: Thu, 4 Aug 2022 18:13:28 +0800 Subject: [PATCH] move to docker-texlive-thin:5.0 --- .gitignore | 1 + image/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 55f48a5..5c4c1a9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .Ruserdata docker-pandoc.Rproj *.Rproj +.project diff --git a/image/Dockerfile b/image/Dockerfile index d52dd9d..cc71fd5 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.1 +FROM thomasweise/docker-texlive-thin:5.0 MAINTAINER Thomas Weise RUN echo "Initial update." &&\