Explorar el Código

Merge pull request #21943 from overleaf/msm-ce-sp-noble

[CE/SP] Update phusion image to Noble (24.04)

GitOrigin-RevId: 6ff220210f9b40b5e68379dcaaf4bf97b20dd813
Miguel Serrano hace 1 año
padre
commit
623d88bee0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server-ce/Dockerfile-base

+ 1 - 1
server-ce/Dockerfile-base

@@ -2,7 +2,7 @@
 # Overleaf Base Image (sharelatex/sharelatex-base)
 # --------------------------------------------------
 
-FROM phusion/baseimage:jammy-1.0.4
+FROM phusion/baseimage:noble-1.0.0
 
 # Makes sure LuaTex cache is writable
 # -----------------------------------