Skip to content

Commit

Permalink
Update cadence-web version (cadence-workflow#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
yycptt authored Sep 3, 2019
1 parent e8c8e50 commit 8dc2f32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- kafka
- elasticsearch
cadence-web:
image: ubercadence/web:3.1.2
image: ubercadence/web:3.4.1
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- mysql
- statsd
cadence-web:
image: ubercadence/web:3.1.2
image: ubercadence/web:3.4.1
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- cassandra
- statsd
cadence-web:
image: ubercadence/web:3.1.2
image: ubercadence/web:3.4.1
environment:
- "CADENCE_TCHANNEL_PEERS=cadence:7933"
ports:
Expand Down

0 comments on commit 8dc2f32

Please sign in to comment.