File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=temporal
2
2
CASSANDRA_VERSION = 3.11.9
3
3
ELASTICSEARCH_VERSION = 7.16.2
4
4
MYSQL_VERSION = 8
5
- TEMPORAL_VERSION = 1.21.3
5
+ TEMPORAL_VERSION = 1.21.5
6
6
TEMPORAL_UI_VERSION = 2.17.1
7
7
POSTGRESQL_VERSION = 13
8
8
POSTGRES_PASSWORD = temporal
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ items:
217
217
value : elasticsearch
218
218
- name : ES_VERSION
219
219
value : v7
220
- image : temporalio/auto-setup:1.21.3
220
+ image : temporalio/auto-setup:1.21.5
221
221
name : temporal
222
222
ports :
223
223
- containerPort : 7233
@@ -324,7 +324,7 @@ items:
324
324
value : temporal:7233
325
325
- name : TEMPORAL_CLI_ADDRESS
326
326
value : temporal:7233
327
- image : temporalio/admin-tools:1.21.3
327
+ image : temporalio/admin-tools:1.21.5
328
328
name : temporal-admin-tools
329
329
resources : {}
330
330
stdin : true
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ items:
142
142
value : cassandra
143
143
- name : DYNAMIC_CONFIG_FILE_PATH
144
144
value : config/dynamicconfig/development-cass.yaml
145
- image : temporalio/auto-setup:1.21.3
145
+ image : temporalio/auto-setup:1.21.5
146
146
name : temporal
147
147
ports :
148
148
- containerPort : 7233
@@ -249,7 +249,7 @@ items:
249
249
value : temporal:7233
250
250
- name : TEMPORAL_CLI_ADDRESS
251
251
value : temporal:7233
252
- image : temporalio/admin-tools:1.21.3
252
+ image : temporalio/admin-tools:1.21.5
253
253
name : temporal-admin-tools
254
254
resources : {}
255
255
stdin : true
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ items:
226
226
value : mysql
227
227
- name : MYSQL_USER
228
228
value : root
229
- image : temporalio/auto-setup:1.21.3
229
+ image : temporalio/auto-setup:1.21.5
230
230
name : temporal
231
231
ports :
232
232
- containerPort : 7233
@@ -333,7 +333,7 @@ items:
333
333
value : temporal:7233
334
334
- name : TEMPORAL_CLI_ADDRESS
335
335
value : temporal:7233
336
- image : temporalio/admin-tools:1.21.3
336
+ image : temporalio/admin-tools:1.21.5
337
337
name : temporal-admin-tools
338
338
resources : {}
339
339
stdin : true
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ items:
153
153
value : mysql
154
154
- name : MYSQL_USER
155
155
value : root
156
- image : temporalio/auto-setup:1.21.3
156
+ image : temporalio/auto-setup:1.21.5
157
157
name : temporal
158
158
ports :
159
159
- containerPort : 7233
@@ -260,7 +260,7 @@ items:
260
260
value : temporal:7233
261
261
- name : TEMPORAL_CLI_ADDRESS
262
262
value : temporal:7233
263
- image : temporalio/admin-tools:1.21.3
263
+ image : temporalio/admin-tools:1.21.5
264
264
name : temporal-admin-tools
265
265
resources : {}
266
266
stdin : true
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ items:
155
155
value : postgresql
156
156
- name : POSTGRES_USER
157
157
value : temporal
158
- image : temporalio/auto-setup:1.21.3
158
+ image : temporalio/auto-setup:1.21.5
159
159
name : temporal
160
160
ports :
161
161
- containerPort : 7233
@@ -262,7 +262,7 @@ items:
262
262
value : temporal:7233
263
263
- name : TEMPORAL_CLI_ADDRESS
264
264
value : temporal:7233
265
- image : temporalio/admin-tools:1.21.3
265
+ image : temporalio/admin-tools:1.21.5
266
266
name : temporal-admin-tools
267
267
resources : {}
268
268
stdin : true
You can’t perform that action at this time.
0 commit comments