diff --git a/Documents/bin/update-wb b/Documents/bin/update-wb
index bd3b0c51a8f84268f4b5271f4b7e56bc33725670..9f64b0fe7bf198da833d9ec4be55f8682540bd72 100755
--- a/Documents/bin/update-wb
+++ b/Documents/bin/update-wb
@@ -23,6 +23,9 @@ update() {
 if [ "$(hostname)" = 'toolbox' ]
 then
     /usr/libexec/flatpak-xdg-utils/flatpak-spawn --host "$0" "$@"
+elif [ "$1" = "-d" ] || [ "$1" = "--dry-run" ] || [ -n "${DRY_RUN:-}" ]
+then
+    podman image pull "$IMAGE" > /dev/null
 elif ! (is_latest)
 then
     update