diff --git a/Containerfile b/Containerfile index 050e198..7525b49 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.11-slim +FROM docker.io/library/python:3.12-slim EXPOSE 80 @@ -12,4 +12,4 @@ RUN pip3 install -r requirements.txt COPY . . -CMD ["/bin/bash", "init.sh"] \ No newline at end of file +CMD ["/bin/bash", "init.sh"]