diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-29 16:19:21 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-29 16:19:21 +0100 |
commit | 71e959ee798977db192ff22164f7bf75a51e6cb4 (patch) | |
tree | e9b8533057a716f00945b06fc1a60888cae27000 /cluster/prod/app | |
parent | ae632bfecf6705386cf2ae306a4723e9fe2a9f0e (diff) | |
download | nixcfg-71e959ee798977db192ff22164f7bf75a51e6cb4.tar.gz nixcfg-71e959ee798977db192ff22164f7bf75a51e6cb4.zip |
prod: update to garage 0.9.2-rc1
Diffstat (limited to 'cluster/prod/app')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 180f4d9..2982adb 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage" { task "server" { driver = "docker" config { - image = "dxflrs/garage:v0.9.0" + image = "dxflrs/garage:v0.9.2-rc1" command = "/garage" args = [ "server" ] network_mode = "host" |