syedgufran95 commented on issue #20825:
URL: https://github.com/apache/superset/issues/20825#issuecomment-1247614095
@YiouZuo
The problem is with the docker image. The latest docker image is breaking. I
resolved the issue by making changes in the docker-compose. and moved back to
the previous version. In docker-compose make changes
> From
`x-superset-image: &superset-image apache/superset:${TAG:-latest-dev} `
To
`x-superset-image: &superset-image
apache/superset:44c5e2879b912b33c902b955eebdaa52ea6e5354 `
this id I got from an older version of the docker image from the official
docker.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]