diff --git a/images/src/latex/Dockerfile b/images/src/latex/Dockerfile index 6cb2ca5..27be9cd 100644 --- a/images/src/latex/Dockerfile +++ b/images/src/latex/Dockerfile @@ -1,8 +1,8 @@ -# syntax=docker/dockerfile:1.9 +# syntax=docker/dockerfile:1.20 # renovate: datasource=custom.chktex depName=chktex ARG CHKTEX_VERSION=1.7.9 # renovate: datasource=custom.texlive depName=texlive -ARG TEXLIVE_VERSION=2024 +ARG TEXLIVE_VERSION=2025 ARG TEXDIR="/usr/local/texlive" ARG TEXUSERDIR="/texlive-user"