From 4791888381ff3b9152d1e5964481c284fe3f8baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:42:08 +0000 Subject: [PATCH] Bump python from 3.11 to 3.13 Bumps python from 3.11 to 3.13. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.prod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8908900..92efdac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python image from Docker Hub -FROM python:3.11 +FROM python:3.13 # Set the working directory inside the container WORKDIR /app diff --git a/Dockerfile.prod b/Dockerfile.prod index fcdce51..fc6eee4 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -1,5 +1,5 @@ # Use the official Python image from Docker Hub -FROM python:3.11 +FROM python:3.13 # Set the working directory inside the container WORKDIR /app