From 954eb30bc0c82b13e9d31b228330c479a884fbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 04:13:04 +0000 Subject: [PATCH] Bump python from 3.14.5-slim-trixie to 3.15.0b2-slim-trixie Bumps python from 3.14.5-slim-trixie to 3.15.0b2-slim-trixie. --- updated-dependencies: - dependency-name: python dependency-version: 3.15.0b2-slim-trixie 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 8a7d4d5..3670f4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.14.5-slim-trixie +FROM python:3.15.0b2-slim-trixie LABEL org.opencontainers.image.source="https://github.com/SASlabgroup/microSWIFT-Dashboard"