File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- v0.18.0
1+ v0.18.1
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ variable "buz_image_repo" {
4141variable "buz_version" {
4242 description = " The version of Buz to run."
4343 type = string
44- default = " v0.18.0 "
44+ default = " v0.18.1 "
4545}
4646
4747variable "buz_lambda_memory_limit" {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ variable "buz_domain" {
2828variable "buz_version" {
2929 description = " The version of Buz to run."
3030 type = string
31- default = " v0.18.0 "
31+ default = " v0.18.1 "
3232}
3333
3434variable "buz_service_timeout_seconds" {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ x-dependency:
2020services :
2121 buz :
2222 container_name : buz
23- image : ghcr.io/silverton-io/buz:v0.18.0
23+ image : ghcr.io/silverton-io/buz:v0.18.1
2424 volumes :
2525 - type : bind
2626 source : ./buz/quickstart.conf.yml
You can’t perform that action at this time.
0 commit comments