diff options
author | Alex Auvolat <alex@adnab.me> | 2020-10-04 21:31:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-10-04 21:31:58 +0200 |
commit | cc57e0b353c971f4db9c1d6d9fab059363d5f9cd (patch) | |
tree | 02828ce8ca0f6c93c3cf50b8337daa723de03719 /app | |
parent | c5eee91b1259c2923ead7020e7dda839b4bf9829 (diff) | |
download | infrastructure-cc57e0b353c971f4db9c1d6d9fab059363d5f9cd.tar.gz infrastructure-cc57e0b353c971f4db9c1d6d9fab059363d5f9cd.zip |
Bump easybridge version
Diffstat (limited to 'app')
-rw-r--r-- | app/deployment/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index c124ad8..be8becc 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -147,7 +147,7 @@ job "im" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:27" + image = "lxpz/easybridge_amd64:32" port_map { api_port = 8321 web_port = 8281 |