Skip to content

Commit 9b70281

Browse files
Decrease priority of podman strategy
1 parent 5f620ec commit 9b70281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/testcontainers/dockerclient/RootlessPodmanClientProviderStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@Slf4j
2323
public final class RootlessPodmanClientProviderStrategy extends DockerClientProviderStrategy {
2424

25-
public static final int PRIORITY = UnixSocketClientProviderStrategy.PRIORITY + 1;
25+
public static final int PRIORITY = UnixSocketClientProviderStrategy.PRIORITY - 1;
2626

2727
@Getter(lazy = true)
2828
@Nullable

0 commit comments

Comments
 (0)