diff --git a/dockerfile b/dockerfile index c98a9e0..de0c25b 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.6-slim-bullseye +FROM python:3.10.13-slim-bullseye # Resolve all Python requirements COPY requirements.txt . @@ -21,4 +21,4 @@ EXPOSE 5000 ENV PYTHONUNBUFFERED=1 # Main entry point of the container -ENTRYPOINT ["supervisord"] \ No newline at end of file +ENTRYPOINT ["supervisord"]