From 5463a57af02fd4d61721b86dc9666f1cb0d2130f Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 16 Mar 2025 14:04:30 +0100 Subject: [PATCH] Update minimum Docker API version Changed the default Docker API version from 1.44 to 1.45 in the documentation. --- docs/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arguments.md b/docs/arguments.md index 0ebf868..36739d2 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -172,7 +172,7 @@ The API version to use by the Docker client for connecting to the Docker daemon. Argument: --api-version, -a Environment Variable: DOCKER_API_VERSION Type: String - Default: "1.44" + Default: "1.45" ``` ## Include restarting