File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/deployment/src/main/java/io/quarkus/deployment Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public Result get() {
6767
6868 String dockerApiVersion = System .getProperty ("api.version" );
6969
70- try (ResettableSystemProperties ignored = dockerApiVersion == null ? ResettableSystemProperties .of ("api.version" , "1.44" ) : null ) {
70+ try (ResettableSystemProperties ignored = dockerApiVersion == null ? ResettableSystemProperties .of ("api.version" , "1.44" ) : ResettableSystemProperties . empty () ) {
7171 Class <?> dockerClientFactoryClass = Thread .currentThread ().getContextClassLoader ()
7272 .loadClass ("org.testcontainers.DockerClientFactory" );
7373 Object dockerClientFactoryInstance = dockerClientFactoryClass .getMethod ("instance" ).invoke (null );
You can’t perform that action at this time.
0 commit comments