diff --git a/sweebot.py b/sweebot.py
index 77218df..8d063a6 100644
--- a/sweebot.py
+++ b/sweebot.py
@@ -675,7 +675,7 @@ while True:
                             try:
                                 print("Running container")
                                 if cntr == None:
-                                    cntr = dock.containers.run('alpine/edge', "/bin/ash", detach=True, tty=True)
+                                    cntr = dock.containers.run('alpine:edge', "/bin/ash", detach=True, tty=True)
                                 print("Executing...")
                                 _, stream = cntr.exec_run(cmd=" ".join(command[1:]))
                                 multiline(stream, channel)