From 96950e7c4c0761da02366cfa548e3c6feb41d5b4 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:17:40 +0200 Subject: [PATCH 1/3] Update mongo to 7.0 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 57ab2f4..a6b1f22 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -2,7 +2,7 @@ #================================================= nodejs_version="18.20.2" -YNH_MONGO_VERSION=6.0 +YNH_MONGO_VERSION=7.0 #================================================= # PERSONAL HELPERS From 2b95dc38acb166263ad46eb253d40bf9c4edfa4b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:47:04 +0200 Subject: [PATCH 2/3] Update node --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a6b1f22..5064eab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,7 +1,7 @@ # COMMON VARIABLES #================================================= -nodejs_version="18.20.2" +nodejs_version="20" YNH_MONGO_VERSION=7.0 #================================================= From e891a6f2b1972f69066e2002a116f42fcae6e39e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:13:50 +0200 Subject: [PATCH 3/3] add build-essential to dependencies --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 13e4708..80e907f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,7 +77,7 @@ ram.runtime = "3G" [resources.apt] packages = [ # Overleaf dependencies - "texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", + "texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments", "build-essential", # Aspell dependencies "aspell-ar", "aspell-ar-large",