We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b4d96 commit 4a2b826Copy full SHA for 4a2b826
1 file changed
src/DockerClientFactory.php
@@ -34,7 +34,7 @@ public static function create(array $config = [], PluginClientFactory $pluginCli
34
[
35
new ContentLengthPlugin(),
36
new DecoderPlugin(),
37
- new AddPathPlugin($uriFactory->createUri('/v1.41')),
+ new AddPathPlugin($uriFactory->createUri('/v1.43')),
38
new AddHostPlugin($uriFactory->createUri($host)),
39
new HeaderDefaultsPlugin([
40
'host' => parse_url($host, \PHP_URL_HOST),
0 commit comments