From c6834ba7cd30f7f715e59d6d5ea70b074a542f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 06:10:58 +0000 Subject: [PATCH] chore: bump python in /docker/sandbox in the all group Bumps the all group in /docker/sandbox with 1 update: python. Updates `python` from 3.14.3-slim to 3.15.0a8-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0a8-slim dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- docker/sandbox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/sandbox/Dockerfile b/docker/sandbox/Dockerfile index 6a03d8e864..daa1ed90c6 100644 --- a/docker/sandbox/Dockerfile +++ b/docker/sandbox/Dockerfile @@ -1,6 +1,6 @@ FROM node:25-slim@sha256:435f3537a088a01fd208bb629a4b69c28d85deb9a60af8a710cafc3befd6e3be AS node-base -FROM python:3.14.3-slim@sha256:5e59aae31ff0e87511226be8e2b94d78c58f05216efda3b07dbbed938ec8583b +FROM python:3.15.0a8-slim@sha256:0818681082dee53faaa7c5376a18ee2c88f5bccd2191d4816dfeea8eb91bcf59 LABEL org.opencontainers.image.title="synthorg-sandbox" \ org.opencontainers.image.description="SynthOrg agent code execution sandbox" \