Skip to content

Commit

Permalink
feat: update to podman v5.0.3
Browse files Browse the repository at this point in the history
fixes podman-desktop#6987
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed May 13, 2024
1 parent dea61f2 commit 66c870c
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.2",
"version": "5.0.3",
"platform": {
"win32": {
"version": "v5.0.2",
"fileName": "podman-5.0.2-setup.exe"
"version": "v5.0.3",
"fileName": "podman-5.0.3-setup.exe"
},
"darwin": {
"version": "v5.0.2",
"version": "v5.0.3",
"arch": {
"x64": {
"fileName": "podman-installer-macos-amd64-v5.0.2.pkg"
"fileName": "podman-installer-macos-amd64-v5.0.3.pkg"
},
"arm64": {
"fileName": "podman-installer-macos-aarch64-v5.0.2.pkg"
"fileName": "podman-installer-macos-aarch64-v5.0.3.pkg"
},
"universal": {
"fileName": "podman-installer-macos-universal-v5.0.2.pkg"
"fileName": "podman-installer-macos-universal-v5.0.3.pkg"
}
}
}
Expand Down

0 comments on commit 66c870c

Please sign in to comment.