Skip to content
Snippets Groups Projects
Commit 6b095f52 authored by git's avatar git
Browse files

fix texlive year

parent c56290fa
Branches
No related tags found
No related merge requests found
Pipeline #163371 passed
......@@ -96,7 +96,7 @@ ENV SHARELATEX_HISTORY_PROJECT_BLOBS_BUCKET "/var/lib/sharelatex/data/history/ov
ENV SHARELATEX_HISTORY_CHUNKS_BUCKET "/var/lib/sharelatex/data/history/overleaf-chunks"
ENV SHARELATEX_HISTORY_ZIPS_BUCKET "/var/lib/sharelatex/data/history/overleaf-zips"
ENV SHARELATEX_HISTORY_ANALYTICS_BUCKET "/var/lib/sharelatex/data/history/overleaf-analytics"
ENV PATH="/usr/local/texlive/2022/bin/x86_64-linux:${PATH}"
ENV PATH="/usr/local/texlive/2023/bin/x86_64-linux:${PATH}"
# Phusion Image timeouts before sending SIGKILL to processes
# ----------------------------------------------------------
ENV KILL_PROCESS_TIMEOUT 55
......
......@@ -10,7 +10,7 @@ ENV TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
# Update to ensure dependencies are updated
# ------------------------------------------
ENV REBUILT_AFTER="2022-12-12"
ENV REBUILT_AFTER="2023-03-13"
# Install dependencies
# --------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment