Skip to content

Commit e4986c8

Browse files
committed
engine/install: fix leftover old version in ubuntu
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 75aa995 commit e4986c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/install/ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Docker from the repository.
166166
Select the desired version and install:
167167

168168
```console
169-
$ VERSION_STRING=5:27.1.1-1~ubuntu.24.04~noble
169+
$ VERSION_STRING=5:27.3.1-1~ubuntu.24.04~noble
170170
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
171171
```
172172

0 commit comments

Comments
 (0)