From 6b3ee24b3a6611209244c595acc285ae55162a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 03:08:40 +0000 Subject: [PATCH] Bump python from 3.14.6-alpine to 3.15.0b4-alpine Bumps python from 3.14.6-alpine to 3.15.0b4-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b4-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7aefa28..37614d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.14.6-alpine +FROM python:3.15.0b4-alpine # Set the working directory in the container WORKDIR /app