diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 23:49:08 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 23:49:08 +0200 |
commit | 80c2f1f7013266335e17d2f5be7096dc25b7206a (patch) | |
tree | 1bdec95803099fbd5a3af0765da5a9443fe25494 | |
parent | e640f82eb8134d3ff6a363c71d767aef176a32fc (diff) | |
parent | 455e4db7846bccafd4ed61289af27fd95a43299b (diff) | |
download | infrastructure-80c2f1f7013266335e17d2f5be7096dc25b7206a.tar.gz infrastructure-80c2f1f7013266335e17d2f5be7096dc25b7206a.zip |
Merge branch 'main' of git.deuxfleurs.fr:Deuxfleurs/infrastructure
-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 c4dd5c6..ec37a7a 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:10" + image = "lxpz/guichet_amd64:11" readonly_rootfs = true ports = [ "web_port" ] volumes = [ |