aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-04-28 01:16:28 +0200
committerAlex Auvolat <alex@adnab.me>2021-04-28 01:16:35 +0200
commit925639b6784767c2df037a1d5bdbcffe88cd1cda (patch)
tree403142fd2a2965f347aa864ea2d137ff039dd160
parent68575d2654c69c929f0fb9f73c80e9f3a1490b9d (diff)
downloadinfrastructure-925639b6784767c2df037a1d5bdbcffe88cd1cda.tar.gz
infrastructure-925639b6784767c2df037a1d5bdbcffe88cd1cda.zip
update garage
-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 f72b02c..3501e4f 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 = "lxpz/garage_amd64:v0.2.1.4"
+ image = "lxpz/garage_amd64:v0.2.1.5"
network_mode = "host"
volumes = [
"/mnt/storage/garage/data:/garage/data",