From 23d565e72e955682949c44a92134035e228bf0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 2 Dec 2025 23:38:33 +0100 Subject: [PATCH] engine: Update version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- content/reference/api/engine/_index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/reference/api/engine/_index.md b/content/reference/api/engine/_index.md index d460c0747a..86eb034590 100644 --- a/content/reference/api/engine/_index.md +++ b/content/reference/api/engine/_index.md @@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use ```console $ docker version Client: Docker Engine - Community - Version: 29.0.4 + Version: 29.1.2 API version: 1.52 - Go version: go1.25.4 - Git commit: 3247a5a - Built: Mon Nov 24 21:59:50 2025 + Go version: go1.25.5 + Git commit: 890dcca + Built: Tue Dec 2 21:56:10 2025 OS/Arch: linux/arm64 Context: default Server: Docker Engine - Community Engine: - Version: 29.0.4 + Version: 29.1.2 API version: 1.52 (minimum version 1.44) - Go version: go1.25.4 - Git commit: 4612690 - Built: Mon Nov 24 21:59:50 2025 + Go version: go1.25.5 + Git commit: de45c2a + Built: Tue Dec 2 21:56:10 2025 OS/Arch: linux/arm64 ... ```