diff options
author | Alex Auvolat <alex@adnab.me> | 2023-02-08 16:58:12 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-02-08 16:58:12 +0100 |
commit | 0b1fccac1cf01dbe3ee871d406bb8a9c310931ad (patch) | |
tree | 5ba0a576c3dc84cde6f56ad66a6bd9fc618ff2b5 /cluster/prod/app/guichet/deploy | |
parent | 69f1950b55124b273ee44c54a3c0b76c916a897d (diff) | |
download | nixcfg-0b1fccac1cf01dbe3ee871d406bb8a9c310931ad.tar.gz nixcfg-0b1fccac1cf01dbe3ee871d406bb8a9c310931ad.zip |
Prod: guichet with mailing list edition interface
Diffstat (limited to 'cluster/prod/app/guichet/deploy')
-rw-r--r-- | cluster/prod/app/guichet/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/guichet/deploy/directory.hcl b/cluster/prod/app/guichet/deploy/directory.hcl index 7161bb7..7e445ae 100644 --- a/cluster/prod/app/guichet/deploy/directory.hcl +++ b/cluster/prod/app/guichet/deploy/directory.hcl @@ -13,7 +13,7 @@ job "guichet" { task "guichet" { driver = "docker" config { - image = "superboum/guichet_amd64:15" + image = "dxflrs/guichet:17" readonly_rootfs = true ports = [ "web_port" ] volumes = [ |