From 0ec15d559ecc05a0e6c126aaab396dd0ac2cbb46 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Jun 2025 16:03:56 +0000 Subject: [PATCH] chore(deps): update ghcr.io/element-hq/matrix-authentication-service docker tag to v0.17.1 --- 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 63d24a1..c33fed3 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.17.0" + image = "ghcr.io/element-hq/matrix-authentication-service:0.17.1" volumes = [ "/mnt/docker/matrix/synapse-mas/config.yaml:/config.yaml:ro"