1
0

docker-compose-generator should include docker-compose install image

This commit is contained in:
nicolas.dorier
2024-01-30 14:22:44 +09:00
parent 27b7e0a43c
commit 40f5ea5fe2
2 changed files with 2 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ docker_compose_set_plugin() {
}
docker_compose_update() {
# If you change this, update also docker-compose-generator/src/DockerComposeDefinition.cs and the dcg-latest branch
compose_version="2.23.3"
if ! [[ -x "$(command -v docker-compose)" ]] || [[ "$(docker-compose version --short)" != "$compose_version" ]]; then
if ! [[ "$OSTYPE" == "darwin"* ]] && $HAS_DOCKER; then