Skip to content

Commit

Permalink
Increase priority of docker strategy to be above podman
Browse files Browse the repository at this point in the history
  • Loading branch information
SoMuchForSubtlety committed Apr 14, 2023
1 parent 9fea983 commit 7205750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@Slf4j
public final class RootlessDockerClientProviderStrategy extends DockerClientProviderStrategy {

public static final int PRIORITY = UnixSocketClientProviderStrategy.PRIORITY + 1;
public static final int PRIORITY = UnixSocketClientProviderStrategy.PRIORITY + 2;

@Getter(lazy = true)
@Nullable
Expand Down

0 comments on commit 7205750

Please sign in to comment.