update COMPOSE_VERSION to c1b

This commit is contained in:
Eduardo Silva
2026-01-14 15:58:00 -03:00
parent a42c7be908
commit 6092c89695
7 changed files with 11 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
set -e
if [[ "$COMPOSE_VERSION" != "03r" ]]; then
if [[ "$COMPOSE_VERSION" != "c1b" ]]; then
echo "ERROR: Please upgrade your docker compose file. Exiting."
exit 1
fi