diff --git a/content/manuals/engine/install/ubuntu.md b/content/manuals/engine/install/ubuntu.md index 3af691594a..8d9bc7a131 100644 --- a/content/manuals/engine/install/ubuntu.md +++ b/content/manuals/engine/install/ubuntu.md @@ -166,7 +166,7 @@ Docker from the repository. Select the desired version and install: ```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 ```