File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/deployment/src/main/java/io/quarkus/deployment/util Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public final class ContainerRuntimeUtil {
2020 private static final Logger log = Logger .getLogger (ContainerRuntimeUtil .class );
2121 private static final String CONTAINER_EXECUTABLE = ConfigProvider .getConfig ().unwrap (SmallRyeConfig .class )
2222 .getOptionalValue ("quarkus.native.container-runtime" , String .class ).orElse (null );
23- private static final Pattern PODMAN_PATTERN = Pattern .compile ("^podman(?:\\ .exe)? version.*" , Pattern .DOTALL );
23+ private static final Pattern PODMAN_PATTERN = Pattern .compile ("^podman(?i :\\ .exe)? version.*" , Pattern .DOTALL );
2424
2525 /**
2626 * Static variable is not used because the class gets loaded by different classloaders at
You can’t perform that action at this time.
0 commit comments