mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
feat: update to podman v4.8.3
Fixes #5409 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
This commit is contained in:
parent
1bdf723e65
commit
f50c2fade0
1 changed files with 6 additions and 6 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"version": "4.8.2",
|
||||
"version": "4.8.3",
|
||||
"platform": {
|
||||
"win32": {
|
||||
"version": "v4.8.2",
|
||||
"fileName": "podman-4.8.2-setup.exe"
|
||||
"version": "v4.8.3",
|
||||
"fileName": "podman-4.8.3-setup.exe"
|
||||
},
|
||||
"darwin": {
|
||||
"version": "v4.8.2",
|
||||
"version": "v4.8.3",
|
||||
"arch": {
|
||||
"x64": {
|
||||
"fileName": "podman-installer-macos-amd64-v4.8.2.pkg"
|
||||
"fileName": "podman-installer-macos-amd64-v4.8.3.pkg"
|
||||
},
|
||||
"arm64": {
|
||||
"fileName": "podman-installer-macos-aarch64-v4.8.2.pkg"
|
||||
"fileName": "podman-installer-macos-aarch64-v4.8.3.pkg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue