Skip to content

Commit

Permalink
feat: update to podman v4.9.1 (podman-desktop#5805)
Browse files Browse the repository at this point in the history
Fixes podman-desktop#5803

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Feb 1, 2024
1 parent 4772075 commit e6e0e14
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.9.0",
"version": "4.9.1",
"platform": {
"win32": {
"version": "v4.9.0",
"fileName": "podman-4.9.0-setup.exe"
"version": "v4.9.1",
"fileName": "podman-4.9.1-setup.exe"
},
"darwin": {
"version": "v4.9.0",
"version": "v4.9.1",
"arch": {
"x64": {
"fileName": "podman-installer-macos-amd64-v4.9.0.pkg"
"fileName": "podman-installer-macos-amd64-v4.9.1.pkg"
},
"arm64": {
"fileName": "podman-installer-macos-aarch64-v4.9.0.pkg"
"fileName": "podman-installer-macos-aarch64-v4.9.1.pkg"
}
}
}
Expand Down

0 comments on commit e6e0e14

Please sign in to comment.