aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-06 22:10:26 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-06 22:10:26 +0100
commitfff6f1db20700a7d8acaaa44dc667f09c26c3da7 (patch)
tree21fecba72c0202506f52f0e5828b0b218a3e8684 /app
parentef2fa848f1b9561e9847e55d866d37035307eb75 (diff)
downloadinfrastructure-fff6f1db20700a7d8acaaa44dc667f09c26c3da7.tar.gz
infrastructure-fff6f1db20700a7d8acaaa44dc667f09c26c3da7.zip
garage with new s3_router
Diffstat (limited to 'app')
-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 72a20d2..329b0b6 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.5-beta1"
+ image = "dxflrs/amd64_garage:v0.5.0.1"
command = "/garage"
args = [ "server" ]
network_mode = "host"