diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-14 11:12:40 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-12-14 11:12:40 +0100 |
commit | fa75e0012c9a665394f5010ad0ea6a665e12f812 (patch) | |
tree | 02c15e25118ef595cab46680ecb3e0502fb2dd0d | |
parent | e9ba2243e7144093558f1d4745993c43c6051bb0 (diff) | |
download | infrastructure-fa75e0012c9a665394f5010ad0ea6a665e12f812.tar.gz infrastructure-fa75e0012c9a665394f5010ad0ea6a665e12f812.zip |
Also upgrade async upload
-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 ddb95c8..89fba51 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -138,7 +138,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v47" + image = "superboum/amd64_synapse:v48" readonly_rootfs = true command = "/usr/local/bin/matrix-s3-async" work_dir = "/tmp" |