Skip to content

Commit 4a2b826

Browse files
committed
Update endpoint version
Signed-off-by: Grant Millar <rid@cylo.io>
1 parent c1b4d96 commit 4a2b826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 $pluginCli
3434
[
3535
new ContentLengthPlugin(),
3636
new DecoderPlugin(),
37-
new AddPathPlugin($uriFactory->createUri('/v1.41')),
37+
new AddPathPlugin($uriFactory->createUri('/v1.43')),
3838
new AddHostPlugin($uriFactory->createUri($host)),
3939
new HeaderDefaultsPlugin([
4040
'host' => parse_url($host, \PHP_URL_HOST),

0 commit comments

Comments
 (0)