From c3149395d251bb053e1f89c8c87329d94610d2c8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jun 2025 14:04:22 +0000 Subject: [PATCH] chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v0.17.0 --- modules/matrix/jobspec.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/matrix/jobspec.nomad.hcl b/modules/matrix/jobspec.nomad.hcl index a5a3f2a..73a2cc9 100644 --- a/modules/matrix/jobspec.nomad.hcl +++ b/modules/matrix/jobspec.nomad.hcl @@ -348,7 +348,7 @@ job "matrix" { driver = "docker" config { - image = "ghcr.io/element-hq/matrix-authentication-service:0.16.0" + image = "ghcr.io/element-hq/matrix-authentication-service:0.17.0" volumes = [ "/mnt/docker/matrix/synapse-mas/config.yaml:/config.yaml:ro"