feat(app): limit the docker API version supported by the frontend (#11855)

This commit is contained in:
LP B
2024-06-10 20:54:31 +02:00
committed by GitHub
parent 4ba16f1b04
commit 6a8e6734f3
212 changed files with 4439 additions and 3281 deletions
@@ -122,6 +122,7 @@ func (handler *Handler) executeServiceWebhook(
_ = rc.Close()
}(rc)
}
_, err = dockerClient.ServiceUpdate(context.Background(), resourceID, service.Version, service.Spec, serviceUpdateOptions)
if err != nil {