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