From 50f55436c17d88e9021a0209a94a8667419cceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 20 Dec 2025 20:29:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(watchtower):=20=E6=B7=BB=E5=8A=A0=20--api-?= =?UTF-8?q?version=3D1.44=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1.sh b/1.sh index aaa90e6..bb2bb8c 100644 --- a/1.sh +++ b/1.sh @@ -225,6 +225,7 @@ start_watchtower() { WATCHTOWER_ARGS+=(--cleanup) # WATCHTOWER_ARGS+=(--remove-volumes) WATCHTOWER_ARGS+=(--rolling-restart) + WATCHTOWER_ARGS+=(--api-version=1.44) if [ "$WATCHTOWER_RUN_ONCE" = true ]; then WATCHTOWER_ARGS+=(--run-once)