From b000f9372fd7b61b161ea2bde7d5c2001c8400a5 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:52:00 +0100 Subject: [PATCH] Fix commit _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9d88ad5..61b4322 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ NODEJS_VERSION="18.13.0" -COMMIT="ed53059287317bb64a6282419d902e8a1ba9f72f" +COMMIT="663999556f8dd416f242d65fc7d714d92dbfb987" # dependencies used by the app pkg_dependencies="ffmpeg postgresql build-essential"