Skip to content

Commit 00fac8e

Browse files
committed
Fix base url in DockerClientFactory
1 parent d0cb03c commit 00fac8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockerClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function create(array $config = [], ?PluginClientFactory $pluginCl
3434
[
3535
new ContentLengthPlugin(),
3636
new DecoderPlugin(),
37-
new AddPathPlugin($uriFactory->createUri('/v1.43')),
37+
new AddPathPlugin($uriFactory->createUri('/v1.45')),
3838
new AddHostPlugin($uriFactory->createUri($host)),
3939
new HeaderDefaultsPlugin([
4040
'host' => parse_url($host, \PHP_URL_HOST),

0 commit comments

Comments
 (0)