Skip to content

Commit 8ebbf45

Browse files
committed
engine/install: debian: update example output versions
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7f6a077 commit 8ebbf45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/engine/install/debian.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ Docker from the repository.
143143
# List the available versions:
144144
$ apt-cache madison docker-ce | awk '{ print $3 }'
145145

146-
5:25.0.0-1~debian.12~bookworm
147-
5:24.0.7-1~debian.12~bookworm
146+
5:26.1.0-1~debian.12~bookworm
147+
5:26.0.2-1~debian.12~bookworm
148148
...
149149
```
150150

151151
Select the desired version and install:
152152

153153
```console
154-
$ VERSION_STRING=5:25.0.0-1~debian.12~bookworm
154+
$ VERSION_STRING=5:26.1.0-1~debian.12~bookworm
155155
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
156156
```
157157

0 commit comments

Comments
 (0)