fix: docker-compose point to master tag (#27179)

This commit is contained in:
Daniel Vaz Gaspar 2024-02-22 08:50:57 +00:00 committed by GitHub
parent 00b47ab41f
commit 7330125fe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-latest-dev} x-superset-image: &superset-image apachesuperset.docker.scarf.sh/apache/superset:${TAG:-master-dev}
x-superset-user: &superset-user root x-superset-user: &superset-user root
x-superset-depends-on: &superset-depends-on x-superset-depends-on: &superset-depends-on
- db - db