fix(ci): pin docker api version for release builds refs NOISSUE

This commit is contained in:
2026-04-10 19:58:38 +02:00
parent 6ee1c46826
commit e9dc1ede55
4 changed files with 10 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ TELEGRAM_CHAT_ID=your_chat_id
```bash
# Build Docker image
docker build -t ai-software-factory -f Containerfile .
DOCKER_API_VERSION=1.43 docker build -t ai-software-factory -f Containerfile .
# Run with Docker Compose
docker-compose up -d