From feb45a984ae274690e0f5c992ae25a6e2c2f2707 Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Tue, 11 Mar 2025 15:57:05 -0700 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweebot.py b/sweebot.py index b0fdff3..77218df 100644 --- a/sweebot.py +++ b/sweebot.py @@ -668,7 +668,7 @@ while True: elif command[0] == "$dopull": irc.send_irc(channel, nick + ":[...] Please wait, pulling docker image...") - image = dock.images.pull('alpine/edge') + image = dock.images.pull('alpine', tag="edge") irc.send_irc(channel, nick + ":[OK] Pulled docker image, running command now.") elif command[0] == "$doshell": if len(command) > 1: