From 74324fd710d83c060f2b24a2818ae0814ed714a4 Mon Sep 17 00:00:00 2001 From: Seokho Son Date: Fri, 25 Oct 2024 16:42:30 +0900 Subject: [PATCH] Staging v0.9.19 --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index db6466495..6bfc6ecee 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,7 +7,7 @@ networks: services: # CB-Tumblebug cb-tumblebug: - image: cloudbaristaorg/cb-tumblebug:0.9.18 + image: cloudbaristaorg/cb-tumblebug:0.9.19 container_name: cb-tumblebug build: context: . @@ -111,7 +111,7 @@ services: # CB-Spider cb-spider: - image: cloudbaristaorg/cb-spider:0.9.7 + image: cloudbaristaorg/cb-spider:0.9.8 container_name: cb-spider # build: # context: ../cb-spider @@ -145,7 +145,7 @@ services: # cb-mapui cb-mapui: - image: cloudbaristaorg/cb-mapui:0.9.8 + image: cloudbaristaorg/cb-mapui:0.9.10 container_name: cb-mapui # build: # context: ../cb-mapui