diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:15:03 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-19 20:15:03 +0200 |
commit | 9737c661a4a69db016f890643a729e30612f1027 (patch) | |
tree | 9b1049cbfd2fdd3e15542d4ef07f2c3c93dfce78 /cluster/staging | |
parent | 07f50f297a8fcb3ccee167ca486084bafb2c1120 (diff) | |
parent | 57aa2ce1d22dfe7963afdfc1908ae2ba60184dcb (diff) | |
download | nixcfg-9737c661a4a69db016f890643a729e30612f1027.tar.gz nixcfg-9737c661a4a69db016f890643a729e30612f1027.zip |
Merge branch 'main' into simplify-network-config
Diffstat (limited to 'cluster/staging')
-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 f044b32..6e8d7b5 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:750015b3fff91af8b9b86869411216a06bd13614" + image = "dxflrs/albatros:76c59221d171eb56a2ce2bfa630502ff78eeae74" ports = [ "http" ] volumes = [ "secrets/certs:/var/run/secrets/albatros" |