Skip to content

Commit

Permalink
chore: bump podman to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Mar 20, 2024
1 parent 6e84e88 commit 8f5643d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/podman/install/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import installOnWindows from './installOnWindows';
import installOnLinux from './installOnLinux';
import { runCommand } from '../podman';

export const PODMAN_LATEST_VERSION = '4.9.2';
export const PODMAN_MIN_VERSION = '4.5.0';
export const PODMAN_LATEST_VERSION = '5.0.0';
export const PODMAN_MIN_VERSION = '4.6.0';

// eslint-disable-next-line
const installPodman = async (): Promise<any> => {
Expand Down

0 comments on commit 8f5643d

Please sign in to comment.