feat(app): limit the docker API version supported by the frontend (#11855)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user