mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@@ -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.1.2
|
||||
Version: 29.1.3
|
||||
API version: 1.52
|
||||
Go version: go1.25.5
|
||||
Git commit: 890dcca
|
||||
Built: Tue Dec 2 21:56:10 2025
|
||||
Git commit: f52814d
|
||||
Built: Fri Dec 12 14:50:13 2025
|
||||
OS/Arch: linux/arm64
|
||||
Context: default
|
||||
|
||||
Server: Docker Engine - Community
|
||||
Engine:
|
||||
Version: 29.1.2
|
||||
Version: 29.1.3
|
||||
API version: 1.52 (minimum version 1.44)
|
||||
Go version: go1.25.5
|
||||
Git commit: de45c2a
|
||||
Built: Tue Dec 2 21:56:10 2025
|
||||
Git commit: fbf3ed2
|
||||
Built: Fri Dec 12 14:50:13 2025
|
||||
OS/Arch: linux/arm64
|
||||
...
|
||||
```
|
||||
|
||||
@@ -122,10 +122,10 @@ params:
|
||||
# Latest version of the Docker Engine API
|
||||
latest_engine_api_version: "1.52"
|
||||
# Latest version of Docker Engine
|
||||
docker_ce_version: "29.1.2"
|
||||
docker_ce_version: "29.1.3"
|
||||
# Previous version of the Docker Engine
|
||||
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
|
||||
docker_ce_version_prev: "29.1.1"
|
||||
docker_ce_version_prev: "29.1.2"
|
||||
# Latest Docker Compose version
|
||||
compose_version: "v5.0.0"
|
||||
# Latest BuildKit version
|
||||
|
||||
Reference in New Issue
Block a user