From f95c26b71b2aca82b40c01248f31abea02dd0590 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Fri, 2 Aug 2024 22:09:55 +0530 Subject: [PATCH] fix: update build --- docker-compose/setup-script/noco.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose/setup-script/noco.sh b/docker-compose/setup-script/noco.sh index 7d03e2f48c..29115ffcb2 100755 --- a/docker-compose/setup-script/noco.sh +++ b/docker-compose/setup-script/noco.sh @@ -556,7 +556,8 @@ MINIO_ACCESS_SECRET=$(openssl rand -base64 48 | tr -dc 'a-zA-Z0-9' | head -c 24) # Encode special characters in the password for JDBC URL usage ENCODED_PASSWORD=$(urlencode "$STRONG_PASSWORD") -IMAGE="nocodb/nocodb-timely:0.251.3-pr-9137-20240802-0625"; +## TODO: Update them +IMAGE="nocodb/nocodb-timely:0.251.3-pr-9137-20240802-1235"; # Determine the Docker image to use based on the edition if [ -n "$EDITION" ] && { [ "$EDITION" = "EE" ] || [ "$EDITION" = "ee" ]; }; then