diff options
Diffstat (limited to 'resources/tools/dash/Dockerfile')
-rw-r--r-- | resources/tools/dash/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/dash/Dockerfile b/resources/tools/dash/Dockerfile index cd7eab7772..ee4ae1edd9 100644 --- a/resources/tools/dash/Dockerfile +++ b/resources/tools/dash/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.10 +ARG PYTHON_VERSION=3.8 FROM python:${PYTHON_VERSION}-buster WORKDIR /app |