engine/install: fix leftover old version in ubuntu

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-11-08 13:14:26 +01:00
parent a8cfab163d
commit 3a12814361
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Docker from the repository.
Select the desired version and install: Select the desired version and install:
```console ```console
$ VERSION_STRING=5:27.1.1-1~ubuntu.24.04~noble $ VERSION_STRING=5:27.3.1-1~ubuntu.24.04~noble
$ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin $ sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin
``` ```