Skip to content

Commit 4d507cf

Browse files
authored
Merge pull request #172 from ish-hcc/feat/refactor
java-module: Update cb-tumblebug to v0.11.9 and cb-spider to v0.11.5
2 parents d766bb6 + 4840f18 commit 4d507cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL=/bin/bash
22

3-
CB_SPIDER_COMMIT_HASH="aa0d1fa2c2905502bf74fd68af05aed10f4a8fc8"
3+
CB_SPIDER_COMMIT_HASH="6ee95571d25351294394d41921a9b5ba57e09742"
44

55
GOPROXY_OPTION := GOPROXY=direct
66
GO_COMMAND := ${GOPROXY_OPTION} go

java-module/docker-compose.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ services:
145145

146146
# CB-Tumblebug
147147
cb-tumblebug:
148-
image: cloudbaristaorg/cb-tumblebug:0.11.8
148+
image: cloudbaristaorg/cb-tumblebug:0.11.9
149149
container_name: cb-tumblebug
150150
build:
151151
context: .
@@ -266,7 +266,8 @@ services:
266266
restart: always
267267
networks:
268268
- internal_network
269-
# # Enable external network for outbound access (not ideal for security)
269+
# Enable external network for outbound access (not ideal for security)
270+
# In production, comment this out to disable external access
270271
- external_network
271272
ports:
272273
- 5432:5432

0 commit comments

Comments
 (0)