You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2024/02/22 08:51:05 UTC

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

This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 7330125fe9 fix: docker-compose point to master tag (#27179)
7330125fe9 is described below

commit 7330125fe9233b4cbae71ea343243f89c383a557
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Thu Feb 22 08:50:57 2024 +0000

    fix: docker-compose point to master tag (#27179)
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index a2dfc26dba..aba88707ca 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # 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-depends-on: &superset-depends-on
   - db