diff --git a/hooks/build b/hooks/build index f7d2d38eddd564b22bb0902d5640f21bf6632124..2f7ec6be4072f224bf40aa1e2877c89d5bad2817 100644 --- a/hooks/build +++ b/hooks/build @@ -4,7 +4,7 @@ set -ex # Get Odoo version version="$DOCKER_TAG" if [ "$version" == latest ]; then - version=12.0 + version=14.0 fi if [ -z "$IMAGE_NAME" ]; then diff --git a/hooks/post_push b/hooks/post_push index 9e0cdc2a022992136bc51ffe557d057141421c84..ce05225e185f4a38b09cc5580aed7f3001224be7 100644 --- a/hooks/post_push +++ b/hooks/post_push @@ -4,7 +4,7 @@ set -ex # Get Odoo version version="$DOCKER_TAG" if [ "$version" == latest ]; then - version=12.0 + version=14.0 fi if [ -z "$IMAGE_NAME" ]; then