diff --git a/Dockerfile b/Dockerfile index 5119165..03398f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:2.7-slim +FROM python:3.12-slim # Set the working directory to /app WORKDIR /app