From 3589547dbc284fdcb8535ccc8a30beda4c835994 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 11 Nov 2025 00:22:32 -0800 Subject: [PATCH] Updated Docker API version --- src/utils/CaptainConstants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index 7df7f94..a03836e 100644 --- a/src/utils/CaptainConstants.ts +++ b/src/utils/CaptainConstants.ts @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER = const configs = { publishedNameOnDockerHub: 'caprover/caprover', - version: '1.14.0', + version: '1.14.1', defaultMaxLogSize: '512m',