Update COMPOSE_VERSION

This commit is contained in:
Eduardo Silva
2026-03-24 16:17:50 -03:00
parent f72f7d9856
commit e4da5f2975
4 changed files with 4 additions and 4 deletions

View File

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