From 4af6b2d45ff81971b901a9349057935113319f73 Mon Sep 17 00:00:00 2001 From: estebanthi Date: Wed, 8 Oct 2025 22:30:37 +0200 Subject: [PATCH] Changed versions --- versions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.sh b/versions.sh index d237bbd..5414bf1 100644 --- a/versions.sh +++ b/versions.sh @@ -3,10 +3,10 @@ set -e # The list of version to build docker packages for -DOLIBARR_VERSIONS=("15.0.3" "16.0.5" "17.0.4" "18.0.8" "19.0.4" "20.0.4" "21.0.4" "22.0.2" "develop") +DOLIBARR_VERSIONS=("22.0.2_wavyzz" "develop") # The version to use when installing dolibarr/dolibarr:latest -DOLIBARR_LATEST_TAG="22.0.2" +DOLIBARR_LATEST_TAG="22.0.2_wavyzz" # The version to use to find the dump file for the init of demo with branch "develop" DOLIBARR_VERSION_FOR_INIT_DEMO="22.0"