fix(docs): Update quickstart.mdx to reflect latest version tag (#33063)

This commit is contained in:
Clay Heaton
2025-04-10 09:58:00 -04:00
committed by GitHub
parent 8242692541
commit 44bd200885

View File

@@ -32,7 +32,7 @@ git clone https://github.com/apache/superset
$ cd superset
# Set the repo to the state associated with the latest official version
$ git checkout tags/4.1.1
$ git checkout tags/4.1.2
# Fire up Superset using Docker Compose
$ docker compose -f docker-compose-image-tag.yml up