diff --git a/images/src/latex/Dockerfile b/images/src/latex/Dockerfile index bfcb8a2..3dd561d 100644 --- a/images/src/latex/Dockerfile +++ b/images/src/latex/Dockerfile @@ -1,8 +1,8 @@ # syntax=docker/dockerfile:1.9 # renovate: datasource=custom.chktex depName=chktex -ARG CHKTEX_VERSION=1.7.9 +ARG CHKTEX_VERSION="1.7.8" # renovate: datasource=custom.texlive depName=texlive -ARG TEXLIVE_VERSION=2024 +ARG TEXLIVE_VERSION="2023" ARG TEXDIR="/usr/local/texlive" ARG TEXUSERDIR="/texlive-user"