Skip to content

Commit

Permalink
chore: upgrade superset image to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Apr 9, 2024
1 parent 074ce60 commit 65e2000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
"EMBEDDABLE_CHARTS": True,
"EMBEDDED_SUPERSET": True,
"ENABLE_TEMPLATE_PROCESSING": True,
"TAGGING_SYSTEM": True,
}

# Add this custom template processor which returns the list of courses the current user can access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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:3.1.2
FROM apache/superset:4.0.0

USER root

Expand Down

0 comments on commit 65e2000

Please sign in to comment.