diff --git a/Dockerfile b/Dockerfile index 714fe9d..9d5b185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim-buster +FROM python:3.11.3-slim-buster WORKDIR /app ARG DEBUG=False