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