From be8c16f49cbb0a2e14f15de786078943ebee17f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:08:55 +0000 Subject: [PATCH] Bump the docker-images group across 2 directories with 1 update Bumps the docker-images group with 1 update in the /app directory: python. Bumps the docker-images group with 1 update in the /sandbox directory: python. Updates `python` from 3.14.3-alpine to 3.15.0a8-alpine Updates `python` from 3.14.3-alpine to 3.15.0a8-alpine --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0a8-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images - dependency-name: python dependency-version: 3.15.0a8-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images ... Signed-off-by: dependabot[bot] --- app/Dockerfile | 2 +- sandbox/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index f0e3fda..961aeaf 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-alpine +FROM python:3.15.0a8-alpine COPY --from=ghcr.io/astral-sh/uv:0.10.0 /uv /uvx /bin/ diff --git a/sandbox/Dockerfile b/sandbox/Dockerfile index 55c77c2..3ee963c 100644 --- a/sandbox/Dockerfile +++ b/sandbox/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.3-alpine +FROM python:3.15.0a8-alpine COPY --from=ghcr.io/astral-sh/uv:0.10.0 /uv /uvx /bin/