diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 14:02:50 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-14 14:02:50 +0200 |
commit | 6716687fd7d15867d9b43d1560515f29f8260e95 (patch) | |
tree | b15f796e42edef2d0134dfbb6dd7047e92aa9397 /app/directory | |
parent | a2a25e2ea41a4ee24440638c754966a56f8ca958 (diff) | |
download | infrastructure-6716687fd7d15867d9b43d1560515f29f8260e95.tar.gz infrastructure-6716687fd7d15867d9b43d1560515f29f8260e95.zip |
Finally fix dovecot
Diffstat (limited to 'app/directory')
-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 6630036..32ca612 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 = "lxpz/guichet_amd64:14" + image = "superboum/guichet_amd64:15" readonly_rootfs = true ports = [ "web_port" ] volumes = [ |