aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-10 14:19:23 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-10 14:19:23 +0100
commit489cc492d50f446e933716e9e0812bd33bc71060 (patch)
tree74d6059b6e759fe8672b82d08cb14efd44813ed6
parent779aea8f114d057f97cc896e9d41a821deb85d5d (diff)
downloadinfrastructure-489cc492d50f446e933716e9e0812bd33bc71060.tar.gz
infrastructure-489cc492d50f446e933716e9e0812bd33bc71060.zip
Deploy garage v0.4.0
-rw-r--r--app/garage/deploy/garage.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl
index 758be72..204a200 100644
--- a/app/garage/deploy/garage.hcl
+++ b/app/garage/deploy/garage.hcl
@@ -25,7 +25,7 @@ job "garage" {
driver = "docker"
config {
advertise_ipv6_address = true
- image = "dxflrs/amd64_garage:v0.4-rc2"
+ image = "dxflrs/amd64_garage:v0.4.0"
command = "/garage"
args = [ "server" ]
network_mode = "host"