diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-16 17:01:17 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-16 17:01:17 +0100 |
commit | 551988c8082c0a6f8525cb3a850326f3e9ad8318 (patch) | |
tree | ba3e245e3a50cdcd73c4d99fe10c6451d27828c4 /cluster | |
parent | 6fe8ef6eedbe8bb975e05efc05c6258985062e9e (diff) | |
download | nixcfg-551988c8082c0a6f8525cb3a850326f3e9ad8318.tar.gz nixcfg-551988c8082c0a6f8525cb3a850326f3e9ad8318.zip |
do not allow stale information reading
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/ci/deploy/albatros.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/ci/deploy/albatros.hcl b/cluster/staging/app/ci/deploy/albatros.hcl index dbec9d0..f044b32 100644 --- a/cluster/staging/app/ci/deploy/albatros.hcl +++ b/cluster/staging/app/ci/deploy/albatros.hcl @@ -22,7 +22,7 @@ job "albatros" { task "controller" { driver = "docker" config { - image = "dxflrs/albatros:2441ba1958b2bcae5d70a0ea4261bc0a7dd882e8" + image = "dxflrs/albatros:750015b3fff91af8b9b86869411216a06bd13614" ports = [ "http" ] volumes = [ "secrets/certs:/var/run/secrets/albatros" |