aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-03-13 10:52:03 +0100
committerAlex Auvolat <alex@adnab.me>2020-03-13 10:52:03 +0100
commit08101b82621457195c9a080237913d2c5a30208e (patch)
treecf05720f01714ea4ca95a103272aed0317494210
parente7920f05067adf5dbe786b70671768e5a30c1fdc (diff)
downloadinfrastructure-08101b82621457195c9a080237913d2c5a30208e.tar.gz
infrastructure-08101b82621457195c9a080237913d2c5a30208e.zip
(again, this time fix a race condition)
-rw-r--r--nomad/chat.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl
index 8166d12..668f3d8 100644
--- a/nomad/chat.hcl
+++ b/nomad/chat.hcl
@@ -146,7 +146,7 @@ job "chat" {
task "easybridge" {
driver = "docker"
config {
- image = "lxpz/easybridge_amd64:20"
+ image = "lxpz/easybridge_amd64:21"
port_map {
api_port = 8321
web_port = 8281