diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 03b7c42..6ec16f3 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.8-alpine +FROM python:3.12.3-alpine # Set the working directory in the container to /app WORKDIR /app