aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/garage/deploy/garage.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl2
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 2982adb..74e11aa 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.2-rc1"
+ image = "dxflrs/garage:v0.9.2"
command = "/garage"
args = [ "server" ]
network_mode = "host"