diff --git a/desktop/linux/index.md b/desktop/linux/index.md index 136afaa282..0ed0d11b62 100644 --- a/desktop/linux/index.md +++ b/desktop/linux/index.md @@ -28,7 +28,7 @@ To install Docker Desktop for Linux: 1. Set up the [Docker repository](../../engine/install/ubuntu.md#install-using-the-repository). 2. Download and install the Debian package. If you have previously installed one of the preview releases, we recommend that you run `sudo apt remove docker-desktop`: ```console - $ curl https://desktop-stage.docker.com/linux/main/amd64/76787/docker-desktop.deb --output docker-desktop.deb + $ curl https://desktop-stage.docker.com/linux/main/amd64/77103/docker-desktop.deb --output docker-desktop.deb $ sudo apt install ./docker-desktop.deb ```