mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19160 from overleaf/jpa-jammy-1-0-4
[server-ce] bump base image to jammy-1.0.4 GitOrigin-RevId: 79cc27e4c628e50fb226a32278be1768001f343b
This commit is contained in:
parent
94be372b24
commit
0b6a8dc093
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Overleaf Base Image (sharelatex/sharelatex-base)
|
||||
# --------------------------------------------------
|
||||
|
||||
FROM phusion/baseimage:jammy-1.0.3
|
||||
FROM phusion/baseimage:jammy-1.0.4
|
||||
|
||||
# Makes sure LuaTex cache is writable
|
||||
# -----------------------------------
|
||||
|
@ -10,7 +10,7 @@ ENV TEXMFVAR=/var/lib/overleaf/tmp/texmf-var
|
|||
|
||||
# Update to ensure dependencies are updated
|
||||
# ------------------------------------------
|
||||
ENV REBUILT_AFTER="2024-05-14"
|
||||
ENV REBUILT_AFTER="2024-06-26"
|
||||
|
||||
# Install dependencies
|
||||
# --------------------
|
||||
|
|
Loading…
Reference in a new issue