diff --git a/Dockerfile b/Dockerfile index 64ba552..13840d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a Python 3.9 slim image -FROM python:3.12.3-slim +FROM python:3.12.4-slim # Create and set the 'app' working directory RUN mkdir /app