From 144976d7529c37dc95a575245ae5d033be2a7942 Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Thu, 20 Jun 2024 11:52:07 +0300 Subject: [PATCH] OZ-429: Upgrade the base Superset image to 4.0.0 (#2) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4df1da..626dd9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amancevice/superset:3.1.0 +FROM amancevice/superset:4.0.0 # Switching to root to install the required packages USER root