Skip to content

Commit

Permalink
feat: update experimental v5 of podman to v5.0.1
Browse files Browse the repository at this point in the history
fixes podman-desktop#6550
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Apr 2, 2024
1 parent 0003467 commit 3c2f2cc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extensions/podman/src/podman5.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Expand Down

0 comments on commit 3c2f2cc

Please sign in to comment.