From 06a959b2f46ce9bb8aadd49c431c9652dd7f07f5 Mon Sep 17 00:00:00 2001 From: Joaquin Araujo Date: Fri, 8 May 2026 16:53:11 -0300 Subject: [PATCH] Enable docker always pull to be up to date --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0075b17..ad13a1b 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ https://github.com/user-attachments/assets/10fffeee-b01d-4138-af7a-ea0018471730 "command": "docker", "args": [ "run", + "--pull=always", "--rm", "-i", "-e", @@ -129,6 +130,7 @@ When using custom CA certificate bundles, you must configure both: "command": "docker", "args": [ "run", + "--pull=always", "--rm", "-i", "-v",