aboutsummaryrefslogtreecommitdiff
path: root/app/garage
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-07-08 11:07:45 +0200
committerAlex Auvolat <alex@adnab.me>2021-07-08 11:07:45 +0200
commit69f063e4068414eadc6421f9e269e07ce1cad1d5 (patch)
treec7af63708eb8178a4b41b49be9d52dbab2f3f7e3 /app/garage
parent8302595f65813ac9cfdf10d150a87ed8a847f9ce (diff)
downloadinfrastructure-69f063e4068414eadc6421f9e269e07ce1cad1d5.tar.gz
infrastructure-69f063e4068414eadc6421f9e269e07ce1cad1d5.zip
Update garage to handle ed25519 keys for TLS
Diffstat (limited to 'app/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 c3d730e..f1722ac 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.3.0"
+ image = "lxpz/garage_amd64:v0.3.0.1"
network_mode = "host"
volumes = [
"/mnt/storage/garage/data:/garage/data",