Browse Source

fix: update build

pull/9162/merge
DarkPhoenix2704 4 months ago committed by Anbarasu
parent
commit
f95c26b71b
  1. 3
      docker-compose/setup-script/noco.sh

3
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

Loading…
Cancel
Save