mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
feat: update experimental v5 of podman to v5.0.1
fixes https://github.com/containers/podman-desktop/issues/6550 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
0003467fb2
commit
3c2f2ccea4
1 changed files with 7 additions and 7 deletions
|
|
@ -1,21 +1,21 @@
|
|||
{
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"platform": {
|
||||
"win32": {
|
||||
"version": "v5.0.0",
|
||||
"fileName": "podman-5.0.0-setup.exe"
|
||||
"version": "v5.0.1",
|
||||
"fileName": "podman-5.0.1-setup.exe"
|
||||
},
|
||||
"darwin": {
|
||||
"version": "v5.0.0",
|
||||
"version": "v5.0.1",
|
||||
"arch": {
|
||||
"x64": {
|
||||
"fileName": "podman-installer-macos-amd64-v5.0.0.pkg"
|
||||
"fileName": "podman-installer-macos-amd64-v5.0.1.pkg"
|
||||
},
|
||||
"arm64": {
|
||||
"fileName": "podman-installer-macos-aarch64-v5.0.0.pkg"
|
||||
"fileName": "podman-installer-macos-aarch64-v5.0.1.pkg"
|
||||
},
|
||||
"universal": {
|
||||
"fileName": "podman-installer-macos-universal-v5.0.0.pkg"
|
||||
"fileName": "podman-installer-macos-universal-v5.0.1.pkg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue