The same as: nextcloud/all-in-one#7096
Currebtly this repo also uses API Version v1.41:
|
public const DOCKER_API_VERSION = 'v1.41'; |
But docker now requires v1.44 or later:
https://github.com/moby/moby/releases/tag/docker-v29.0.0
Note: I did not test if it really breaks, but it should break per definition like AIO did
The same as: nextcloud/all-in-one#7096
Currebtly this repo also uses API Version v1.41:
app_api/lib/DeployActions/DockerActions.php
Line 36 in f9120f0
But docker now requires v1.44 or later: https://github.com/moby/moby/releases/tag/docker-v29.0.0
Note: I did not test if it really breaks, but it should break per definition like AIO did