fix(docker): bump docker max api version [BE-12399] (#1392)

This commit is contained in:
Devon Steenberg
2025-11-18 11:27:16 +13:00
committed by GitHub
parent 99d996dde9
commit e831971dd1
73 changed files with 82 additions and 86 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {
ObjectVersion,
Platform,
ResourceObject,
} from 'docker-types/generated/1.41';
} from 'docker-types/generated/1.44';
export class NodeViewModel {
Model: Node;