diff --git a/Dockerfile b/Dockerfile index 912a2961e2..17d82c9c80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.10.13 # Set up code directory RUN mkdir -p /usr/src/app