From a9bb4bc454635978ba89e4c1dd1a0c11c5ec70a5 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Thu, 14 Nov 2024 10:26:23 -0500 Subject: [PATCH] temp: use commit tag for superset docker image --- .../templates/aspects/build/aspects-superset/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tutoraspects/templates/aspects/build/aspects-superset/Dockerfile b/tutoraspects/templates/aspects/build/aspects-superset/Dockerfile index 99332133..d322aaba 100644 --- a/tutoraspects/templates/aspects/build/aspects-superset/Dockerfile +++ b/tutoraspects/templates/aspects/build/aspects-superset/Dockerfile @@ -3,7 +3,10 @@ # https://github.com/apache/superset/releases # https://github.com/apache/superset/blob/master/Dockerfile # https://superset.apache.org/docs/databases/installing-database-drivers -FROM apache/superset:4.1.0 + +# TODO: Change it to 4.1.0. See https://github.com/apache/superset/issues/30919 +# for more information +FROM apache/superset:855f4c4897771cf454c8a0172eb21e47d13f3614 USER root