Skip to content

Commit

Permalink
bump min podman to 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgresham committed Nov 3, 2023
1 parent dc04a45 commit 7dc8741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/podman/install/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import installOnLinux from './installOnLinux';
import { runCommand } from '../podman';

export const PODMAN_LATEST_VERSION = '4.7.2';
export const PODMAN_MIN_VERSION = '4.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 7dc8741

Please sign in to comment.