From 49d8b981b284167869097f44aed87f12d69f5848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:15:06 +0000 Subject: [PATCH] Bump python from 3.14.3-alpine to 3.15.0b1-alpine Bumps python from 3.14.3-alpine to 3.15.0b1-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b1-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 9a2d774..9cf9c46 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini # Python # # https://hub.docker.com/_/python/ -FROM python:3.14.3-alpine +FROM python:3.15.0b1-alpine RUN pip install virtualenv && rm -rf /root/.cache RUN python -V