diff options
Diffstat (limited to 'app/deployment/im.hcl')
-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 53b81d1..b758011 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v33" + image = "superboum/amd64_synapse:v34" readonly_rootfs = true port_map { client_port = 8008 |