aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/Dockerfile
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-04-04 15:59:38 +0200
committerTibor Frank <tifrank@cisco.com>2022-04-07 07:49:55 +0000
commitd6021416a08d5004bad5dd5220f53b6f1ecdf033 (patch)
tree5e8faf1eb924bdd696ffc31b6e8901497de9d625 /resources/tools/dash/Dockerfile
parent585b2e3c08cb87badfe702eb29300634c761a17b (diff)
UTI: Display HDRH Latency for chosen sample
Change-Id: Ia0cf83c3aa789ce5a0a9e0c1b8d86144226827a7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/Dockerfile')
-rw-r--r--resources/tools/dash/Dockerfile2
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