From 04378285619d40804f56e44b3e39f75bf55547f7 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 23 Mar 2024 14:48:23 +0100 Subject: [PATCH] fix(texlive): update to 2024 (#63) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f1bf6a6..684e619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ WORKDIR /tmp/texlive ARG SCHEME=scheme-basic ARG DOCFILES=0 ARG SRCFILES=0 -ARG TEXLIVE_VERSION=2023 +ARG TEXLIVE_VERSION=2024 ARG TEXLIVE_MIRROR=http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet RUN apt-get update -y && \ apt-get install -y --no-install-recommends wget gnupg cpanminus && \