From ddcb22e468f05d9f1c6901efea779385710809a4 Mon Sep 17 00:00:00 2001 From: Tam Nguyen Date: Sun, 21 Dec 2025 12:02:19 +1100 Subject: [PATCH] deps: bump superset to 6.0.0 --- templates/compose/superset-with-postgresql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/superset-with-postgresql.yaml b/templates/compose/superset-with-postgresql.yaml index cd16b6ae0..4558222a2 100644 --- a/templates/compose/superset-with-postgresql.yaml +++ b/templates/compose/superset-with-postgresql.yaml @@ -7,7 +7,7 @@ services: superset: - image: amancevice/superset:5.0.0 + image: amancevice/superset:6.0.0 environment: - SERVICE_URL_SUPERSET_8088 - SECRET_KEY=${SERVICE_BASE64_64_SUPERSETSECRETKEY}