Skip to content

Commit

Permalink
Update endpoint version
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Millar <[email protected]>
  • Loading branch information
Rid committed Oct 18, 2023
1 parent c1b4d96 commit 4a2b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DockerClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static function create(array $config = [], PluginClientFactory $pluginCli
[
new ContentLengthPlugin(),
new DecoderPlugin(),
new AddPathPlugin($uriFactory->createUri('/v1.41')),
new AddPathPlugin($uriFactory->createUri('/v1.43')),
new AddHostPlugin($uriFactory->createUri($host)),
new HeaderDefaultsPlugin([
'host' => parse_url($host, \PHP_URL_HOST),
Expand Down

0 comments on commit 4a2b826

Please sign in to comment.