Skip to content

Commit eb2beaa

Browse files
committed
engine: Update version
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 8f3b7e2 commit eb2beaa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

content/reference/api/engine/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
7373
```console
7474
$ docker version
7575
Client: Docker Engine - Community
76-
Version: 29.1.2
76+
Version: 29.1.3
7777
API version: 1.52
7878
Go version: go1.25.5
79-
Git commit: 890dcca
80-
Built: Tue Dec 2 21:56:10 2025
79+
Git commit: f52814d
80+
Built: Fri Dec 12 14:50:13 2025
8181
OS/Arch: linux/arm64
8282
Context: default
8383

8484
Server: Docker Engine - Community
8585
Engine:
86-
Version: 29.1.2
86+
Version: 29.1.3
8787
API version: 1.52 (minimum version 1.44)
8888
Go version: go1.25.5
89-
Git commit: de45c2a
90-
Built: Tue Dec 2 21:56:10 2025
89+
Git commit: fbf3ed2
90+
Built: Fri Dec 12 14:50:13 2025
9191
OS/Arch: linux/arm64
9292
...
9393
```

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ params:
122122
# Latest version of the Docker Engine API
123123
latest_engine_api_version: "1.52"
124124
# Latest version of Docker Engine
125-
docker_ce_version: "29.1.2"
125+
docker_ce_version: "29.1.3"
126126
# Previous version of the Docker Engine
127127
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
128-
docker_ce_version_prev: "29.1.1"
128+
docker_ce_version_prev: "29.1.2"
129129
# Latest Docker Compose version
130130
compose_version: "v5.0.0"
131131
# Latest BuildKit version

0 commit comments

Comments
 (0)