Skip to content

Commit

Permalink
feat: update podman to v4.7.0
Browse files Browse the repository at this point in the history
fixes podman-desktop#4128
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Sep 28, 2023
1 parent f702476 commit 4fb79c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions extensions/podman/src/podman.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "4.6.2",
"version": "4.7.0",
"platform": {
"win32": {
"version": "v4.6.2",
"fileName": "podman-4.6.2-setup.exe"
"version": "v4.7.0",
"fileName": "podman-4.7.0-setup.exe"
},
"darwin": {
"version": "v4.6.2",
"version": "v4.7.0",
"arch": {
"x64": {
"fileName": "podman-installer-macos-amd64-v4.6.2.pkg"
"fileName": "podman-installer-macos-amd64-v4.7.0.pkg"
},
"arm64": {
"fileName": "podman-installer-macos-aarch64-v4.6.2.pkg"
"fileName": "podman-installer-macos-aarch64-v4.7.0.pkg"
}
}
}
Expand Down

0 comments on commit 4fb79c0

Please sign in to comment.