Update garage to handle ed25519 keys for TLS

This commit is contained in:
Alex 2021-07-08 11:07:45 +02:00
parent 8302595f65
commit 69f063e406
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 1 additions and 1 deletions

View File

@ -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",