From 6b4008fcdb34d23c3928b85847585e2c63057b16 Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Thu, 4 Sep 2025 10:18:46 -0400 Subject: [PATCH] feat: make 2025 the default image for new projects (#28285) GitOrigin-RevId: 1616d961456527254c51265737fdb7c49945ebba --- services/web/local-dev.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/local-dev.env b/services/web/local-dev.env index a0a9878b24..a63e1f37cc 100644 --- a/services/web/local-dev.env +++ b/services/web/local-dev.env @@ -13,7 +13,7 @@ OVERLEAF_SAML_ENTRYPOINT=http://127.0.0.1:22280/simplesaml/saml2/idp/SSOService. OVERLEAF_SAML_CALLBACK_URL=http://www.dev-overleaf.com/saml/callback COOKIE_DOMAIN=.dev-overleaf.com PUBLIC_URL=https://www.dev-overleaf.com -CURRENT_IMAGE_NAME=texlive-full:2024.1 +CURRENT_IMAGE_NAME=texlive-full:2025.1 LINKED_URL_PROXY=http://127.0.0.1:8081/proxy/secret-proxy-token OVERLEAF_CONFIG=$(pwd)/../../config/settings.web.js ENABLE_PDF_CACHING=true