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: