From 359e9218cc24021230fea84951d5077b0730f4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:23:56 +0000 Subject: [PATCH] Update apache/superset Docker tag to v4.1.1 --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6ae1500..d8b34e2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1330,7 +1330,7 @@ services: - ./data/superset/docker/.env healthcheck: disable: true - image: "apache/superset:${SUPERSET_VERSION:-4.0.2}" + image: "apache/superset:${SUPERSET_VERSION:-4.1.1}" user: root volumes: - "./data/superset/docker:/app/docker" @@ -1344,7 +1344,7 @@ services: retries: 3 test: [CMD, curl, --output, /dev/null, --silent, --head, --fail, "http://localhost:8088/health"] timeout: 5s - image: "apache/superset:${SUPERSET_VERSION:-4.0.2}" + image: "apache/superset:${SUPERSET_VERSION:-4.1.1}" ports: - "8088:8088" user: root