diff --git a/Dockerfile b/Dockerfile index 6fad38e..3cddc27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Python base image -FROM python:3.11-bookworm AS base +FROM python:3.13-bookworm AS base # Set the working directory in the container WORKDIR /src diff --git a/Dockerfile-testing b/Dockerfile-testing index 135e601..9188995 100644 --- a/Dockerfile-testing +++ b/Dockerfile-testing @@ -1,5 +1,5 @@ # Use the official Python base image -FROM python:3.11-bookworm +FROM python:3.13-bookworm # Set the working directory in the container WORKDIR /app