Skip to content

Commit c6646ac

Browse files
committed
chore: bump runner version to 2.334.0
1 parent ff40683 commit c6646ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
os.environ.setdefault("MODAL_IMAGE_BUILDER_VERSION", "2025.06")
1010

1111
# Runner version - configurable via environment for security updates
12-
RUNNER_VERSION = os.environ.get("RUNNER_VERSION", "2.333.1")
12+
RUNNER_VERSION = os.environ.get("RUNNER_VERSION", "2.334.0")
1313

1414
# Sandbox timeout (3 hours to accommodate long-running crawlers)
1515
TIMEOUT_SECONDS = 10800

0 commit comments

Comments
 (0)