Skip to content

Commit

Permalink
Revert "feat: update to podman v4.8.1"
Browse files Browse the repository at this point in the history
This reverts commit 3619006.

Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Dec 6, 2023
1 parent 8b6f3a4 commit 5b6a27a
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.8.1",
"version": "4.8.0",
"platform": {
"win32": {
"version": "v4.8.1",
"fileName": "podman-4.8.1-setup.exe"
"version": "v4.8.0",
"fileName": "podman-4.8.0-setup.exe"
},
"darwin": {
"version": "v4.8.1",
"version": "v4.8.0",
"arch": {
"x64": {
"fileName": "podman-installer-macos-amd64-v4.8.1.pkg"
"fileName": "podman-installer-macos-amd64-v4.8.0.pkg"
},
"arm64": {
"fileName": "podman-installer-macos-aarch64-v4.8.1.pkg"
"fileName": "podman-installer-macos-aarch64-v4.8.0.pkg"
}
}
}
Expand Down

0 comments on commit 5b6a27a

Please sign in to comment.