Skip to content

Commit

Permalink
Merge pull request #203 from data-catering/renovate/apache-superset-4.x
Browse files Browse the repository at this point in the history
Update apache/superset Docker tag to v4.1.1
  • Loading branch information
pflooky authored Nov 21, 2024
2 parents 861c373 + 359e921 commit 552acb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 552acb0

Please sign in to comment.