diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-09 18:35:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-09 18:35:17 +0100 |
commit | 9e19b2b5a20b672e50c144d424919d92c9a4869a (patch) | |
tree | 9eebe2a55611e508c672f9f5e3845e08762699ce /cluster/staging/app | |
parent | cade21aa24913684526199c6dc3d2ea3a90f1d10 (diff) | |
download | nixcfg-9e19b2b5a20b672e50c144d424919d92c9a4869a.tar.gz nixcfg-9e19b2b5a20b672e50c144d424919d92c9a4869a.zip |
Update ssh keys
Diffstat (limited to 'cluster/staging/app')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 77d5092..32123e0 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -60,7 +60,7 @@ job "garage-staging" { driver = "docker" config { - image = "dxflrs/amd64_garage:8bc5caf7aa9bc0e27b741c68113cb7fdde2d54e6" + image = "dxflrs/amd64_garage:5b18fd8201af98798f0a47a95dfec2f3ab9777f8" command = "/garage" args = [ "server" ] network_mode = "host" |