Skip to content

Commit 3a87ab9

Browse files
committed
Staging v0.9.2
1 parent f768a34 commit 3a87ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ COMPOSE_SP_ID_TRANSFORM_MODE=${ID_TRANSFORM_MODE:-ON}
8686

8787

8888
## CB_TUMBLEBUG
89-
COMPOSE_TB_VERSION_TAG=${TB_VERSION_TAG:-0.9.1}
90-
# default: COMPOSE_TB_VERSION_TAG=0.9.1
89+
COMPOSE_TB_VERSION_TAG=${TB_VERSION_TAG:-0.9.2}
90+
# default: COMPOSE_TB_VERSION_TAG=0.9.2
9191
COMPOSE_TB_REST_PORT=${TB_REST_PORT:-1323}
9292
# default: COMPOSE_TB_REST_PORT=1323
9393
COMPOSE_TB_VOLUME_HOST_PATH=${TB_VOLUME_HOST_PATH:-./container-volume/cb-tumblebug-container}

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ services:
103103

104104
# CB-Tumblebug
105105
cb-tumblebug:
106-
image: cloudbaristaorg/cb-tumblebug:0.9.1
106+
image: cloudbaristaorg/cb-tumblebug:0.9.2
107107
pull_policy: missing
108108
build:
109109
context: .

0 commit comments

Comments
 (0)