From e8d92424fb4f9f920ab5ed7b677ebb90866c7266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 21:37:32 +0000 Subject: [PATCH] Bump the docker-version group across 2 directories with 1 update Bumps the docker-version group with 1 update in the /flask directory: python. Bumps the docker-version group with 1 update in the /streamlit directory: python. Updates `python` from 3.9-slim to 3.14-slim Updates `python` from 3.9-slim to 3.14-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: docker-version - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: docker-version ... Signed-off-by: dependabot[bot] --- flask/Dockerfile | 2 +- streamlit/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flask/Dockerfile b/flask/Dockerfile index 28944ab..15dbd2a 100644 --- a/flask/Dockerfile +++ b/flask/Dockerfile @@ -1,5 +1,5 @@ # Use an official lightweight Python image. -FROM python:3.9-slim +FROM python:3.14-slim # Set the working directory in the container WORKDIR /app diff --git a/streamlit/Dockerfile b/streamlit/Dockerfile index 5a237e9..404c53f 100644 --- a/streamlit/Dockerfile +++ b/streamlit/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as the parent image -FROM python:3.9-slim +FROM python:3.14-slim # Set the working directory in the container WORKDIR /app