diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-25 15:20:21 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-25 15:20:21 +0200 |
commit | 64172fc999d56f288a28b9ae106424e8e7247935 (patch) | |
tree | 8ee1e002ee3189e634e0bd75c65859c6c1994643 /app/directory | |
parent | ceae80d87cf9974bf0a69bd247fd35f416b9f8a9 (diff) | |
download | infrastructure-64172fc999d56f288a28b9ae106424e8e7247935.tar.gz infrastructure-64172fc999d56f288a28b9ae106424e8e7247935.zip |
update runners' doc
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 a40eb5f..5f32193 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:15" + image = "dxflrs/guichet:6y7pv4kgfsn02iijj55kf5af0rbksgrn" readonly_rootfs = true ports = [ "web_port" ] volumes = [ |