From d2e63c5c03f2d9e029bddcbfb8fdddabbe06fddf Mon Sep 17 00:00:00 2001 From: Artur Hebda Date: Wed, 19 Nov 2025 13:48:28 +0100 Subject: [PATCH] Add --pull=always to the staging instructions to ensure we work with the latest image, not the one that is already cached --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1be266..d375253 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,8 @@ Edit your `claude_desktop_config.json`, add an entry for the staging server: "command": "docker", "args": [ "run", + "--pull", + "always", "-e", "COUPLER_ACCESS_TOKEN", "--env",