From fe8897ec05ed8a3e92d493bc2bb68d571eb07c0c Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Fri, 22 Apr 2022 10:59:51 +0200 Subject: [PATCH] fix broken windows download link We should not use teh latest link for github releases. It will will always use the latest tag based on the date not semver. So this will point to v3.4.7 at the moment. Because such things can happen again we should manually set the version and update it for each release. Ideally we have some form of automation for this. see https://github.com/containers/podman/issues/13947 Signed-off-by: Paul Holzinger --- getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/installation.md b/getting-started/installation.md index c40591aa..55587a36 100644 --- a/getting-started/installation.md +++ b/getting-started/installation.md @@ -46,7 +46,7 @@ file. Podman can also be run in the Windows Subsystem for Linux system, check out the link below to see a description of how this is done. #### Remote Client - * [Latest remote client for Windows](https://github.com/containers/podman/releases/latest/download/podman-remote-release-windows_amd64.zip). + * [Latest remote client for Windows](https://github.com/containers/podman/releases/download/v4.0.3/podman-remote-release-windows_amd64.zip). #### Windows Subsystem for Linux (WSL) 2.0 * [How to run Podman on Windows with WSL2](https://www.redhat.com/sysadmin/podman-windows-wsl2)