diff options
author | Alex Auvolat <alex@adnab.me> | 2021-06-01 23:44:57 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-06-01 23:44:57 +0200 |
commit | 62fa15390b6997dfa25e22fbec7ca4b92c52fe74 (patch) | |
tree | e8bfa88ab663a43eddb4f2d3a7cb2ebca1d53a60 /app | |
parent | a26d41259af602daad2972f0ae28d98c0a38e079 (diff) | |
download | infrastructure-62fa15390b6997dfa25e22fbec7ca4b92c52fe74.tar.gz infrastructure-62fa15390b6997dfa25e22fbec7ca4b92c52fe74.zip |
Update easybridge
Diffstat (limited to 'app')
-rw-r--r-- | app/im/deploy/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index b631434..d3cad7c 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -143,7 +143,7 @@ job "im" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:33" + image = "lxpz/easybridge_amd64:35" ports = [ "api_port", "web_port" ] volumes = [ "secrets/conf:/data" |