From 2648a4f671f999cf1feef1aa355c132d2ae8f46d Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 25 Apr 2025 22:53:50 +0000 Subject: [PATCH] chore(matrix): migrate mas image to element - mas is now maintained by element, not matrix - follow semver format --- modules/matrix/jobspec.nomad.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/matrix/jobspec.nomad.hcl b/modules/matrix/jobspec.nomad.hcl index c4dc044..5248790 100644 --- a/modules/matrix/jobspec.nomad.hcl +++ b/modules/matrix/jobspec.nomad.hcl @@ -348,8 +348,7 @@ job "matrix" { driver = "docker" config { - image = "ghcr.io/matrix-org/matrix-authentication-service:main" - force_pull = true + image = "ghcr.io/element-hq/matrix-authentication-service:0.15.0" volumes = [ "/mnt/docker/matrix/synapse-mas/config.yaml:/config.yaml:ro"