From ff397488ab9b9a40923d7a0f159ba4d38fbdf8d7 Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Tue, 14 May 2019 18:21:04 -0300 Subject: [PATCH] bump texlive 2019 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05c7903..ac687fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -95,7 +95,7 @@ ADD texlive.profile texlive.profile # non-interactive http://www.tug.org/pipermail/tex-live/2008-June/016323.html # Official link: http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz -ENV TEXLIVE_VERSION 2018 +ENV TEXLIVE_VERSION 2019 RUN wget http://mirrors.rit.edu/CTAN/systems/texlive/Images/texlive$TEXLIVE_VERSION.iso \ && wget http://mirrors.rit.edu/CTAN/systems/texlive/Images/texlive$TEXLIVE_VERSION.iso.md5 \