diff options
author | Alex Auvolat <alex@adnab.me> | 2021-08-16 16:45:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-08-16 16:45:04 +0200 |
commit | b8470be123c7e6e72038223ecc6b931893c5e421 (patch) | |
tree | 823da8eb73385a848bb975691a7e6f15b7eeb3d3 /app/directory/deploy | |
parent | 9d5b490fd90a02ad8b936f88cec0854277515445 (diff) | |
download | infrastructure-b8470be123c7e6e72038223ecc6b931893c5e421.tar.gz infrastructure-b8470be123c7e6e72038223ecc6b931893c5e421.zip |
Update guichet
Diffstat (limited to 'app/directory/deploy')
-rw-r--r-- | app/directory/deploy/directory.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/directory/deploy/directory.hcl b/app/directory/deploy/directory.hcl index 56176cf..3f6d625 100644 --- a/app/directory/deploy/directory.hcl +++ b/app/directory/deploy/directory.hcl @@ -69,7 +69,7 @@ job "directory" { task "guichet" { driver = "docker" config { - image = "superboum/guichet_amd64:12" + image = "lxpz/guichet_amd64:13" readonly_rootfs = true ports = [ "web_port" ] volumes = [ |