From fd3b4c81ba25405019229fbdef42c741e7733885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:40:02 +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.13.7-alpine to 3.14.0-alpine Updates `python` from 3.13.7-alpine to 3.14.0-alpine --- updated-dependencies: - dependency-name: python dependency-version: 3.14.0-alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images - dependency-name: python dependency-version: 3.14.0-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 1e49d753..6c79b51a 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-alpine +FROM python:3.14.0-alpine COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ diff --git a/sandbox/Dockerfile b/sandbox/Dockerfile index e550d712..dd44539c 100644 --- a/sandbox/Dockerfile +++ b/sandbox/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.7-alpine +FROM python:3.14.0-alpine COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/