From 5486d837206514716b8cd9d4daf0a2f37ec58ac7 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 98a8c84..18d10f7 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"