We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f768a34 commit 3a87ab9Copy full SHA for 3a87ab9
.env
@@ -86,8 +86,8 @@ COMPOSE_SP_ID_TRANSFORM_MODE=${ID_TRANSFORM_MODE:-ON}
86
87
88
## CB_TUMBLEBUG
89
-COMPOSE_TB_VERSION_TAG=${TB_VERSION_TAG:-0.9.1}
90
-# default: COMPOSE_TB_VERSION_TAG=0.9.1
+COMPOSE_TB_VERSION_TAG=${TB_VERSION_TAG:-0.9.2}
+# default: COMPOSE_TB_VERSION_TAG=0.9.2
91
COMPOSE_TB_REST_PORT=${TB_REST_PORT:-1323}
92
# default: COMPOSE_TB_REST_PORT=1323
93
COMPOSE_TB_VOLUME_HOST_PATH=${TB_VOLUME_HOST_PATH:-./container-volume/cb-tumblebug-container}
docker-compose.yaml
@@ -103,7 +103,7 @@ services:
103
104
# CB-Tumblebug
105
cb-tumblebug:
106
- image: cloudbaristaorg/cb-tumblebug:0.9.1
+ image: cloudbaristaorg/cb-tumblebug:0.9.2
107
pull_policy: missing
108
build:
109
context: .
0 commit comments