We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff40683 commit c6646acCopy full SHA for c6646ac
1 file changed
runner/config.py
@@ -9,7 +9,7 @@
9
os.environ.setdefault("MODAL_IMAGE_BUILDER_VERSION", "2025.06")
10
11
# Runner version - configurable via environment for security updates
12
-RUNNER_VERSION = os.environ.get("RUNNER_VERSION", "2.333.1")
+RUNNER_VERSION = os.environ.get("RUNNER_VERSION", "2.334.0")
13
14
# Sandbox timeout (3 hours to accommodate long-running crawlers)
15
TIMEOUT_SECONDS = 10800
0 commit comments