From ba4924f7094471bf2ca73d482273d201adfe1024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:03:33 +0000 Subject: [PATCH] chore: bump python in the docker-all group Bumps the docker-all group with 1 update: python. Updates `python` from 3.14.6-slim to 3.15.0rc1-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0rc1-slim dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8736407..fb4982a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.6-slim +FROM python:3.15.0rc1-slim RUN apt-get update && apt-get install -yq make gettext