mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
update gvproxy version to 0.8.4
The 0.8.4 has one important fix[1], which could improve #25121. Also it set all places to use same version of gvisor-tap-vsock [1]https://github.com/containers/gvisor-tap-vsock/issues/474 Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
This commit is contained in:
@ -64,7 +64,7 @@ function Win-SSHProxy {
|
||||
|
||||
New-Item -ItemType Directory -Force -Path "./bin/windows"
|
||||
if (-Not $Version) {
|
||||
$Version = "v0.8.3"
|
||||
$Version = "v0.8.4"
|
||||
}
|
||||
curl.exe -sSL -o "./bin/windows/gvproxy.exe" --retry 5 "https://github.com/containers/gvisor-tap-vsock/releases/download/$Version/gvproxy-windowsgui.exe"
|
||||
curl.exe -sSL -o "./bin/windows/win-sshproxy.exe" --retry 5 "https://github.com/containers/gvisor-tap-vsock/releases/download/$Version/win-sshproxy.exe"
|
||||
|
Reference in New Issue
Block a user