Files
dolibarr-docker-fork/versions.sh
estebanthi 4af6b2d45f
Some checks failed
test / check-update (push) Failing after 5s
test / check-build (push) Successful in 6s
Changed versions
2025-10-08 22:30:37 +02:00

13 lines
342 B
Bash

#!/bin/bash
set -e
# The list of version to build docker packages for
DOLIBARR_VERSIONS=("22.0.2_wavyzz" "develop")
# The version to use when installing dolibarr/dolibarr:latest
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"