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