garage: update to v0.9.2 final

This commit is contained in:
Alex 2024-03-01 18:11:36 +01:00
parent 71e959ee79
commit 62bd80a346
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ job "garage" {
task "server" {
driver = "docker"
config {
image = "dxflrs/garage:v0.9.2-rc1"
image = "dxflrs/garage:v0.9.2"
command = "/garage"
args = [ "server" ]
network_mode = "host"