prod: update to garage 0.9.2-rc1

This commit is contained in:
Alex 2024-02-29 16:19:21 +01:00
parent ae632bfecf
commit 71e959ee79
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.0"
image = "dxflrs/garage:v0.9.2-rc1"
command = "/garage"
args = [ "server" ]
network_mode = "host"