From 1c7af884266087682217d81ce9656a20bfc06039 Mon Sep 17 00:00:00 2001 From: andrii Date: Thu, 21 May 2026 20:52:32 +0300 Subject: [PATCH 1/3] bump MAS version to 1.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2dabb9..6a7fafb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/element-hq/matrix-authentication-service:1.10.0 AS mas-cli +FROM ghcr.io/element-hq/matrix-authentication-service:1.14.0 AS mas-cli FROM debian:bookworm-slim From 2e6699728f06e16f4e4f07d4978b4bbd23ee5bd9 Mon Sep 17 00:00:00 2001 From: andrii Date: Fri, 22 May 2026 11:44:35 +0300 Subject: [PATCH 2/3] using Debian trixie instead bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a7fafb..764e465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/element-hq/matrix-authentication-service:1.14.0 AS mas-cli -FROM debian:bookworm-slim +FROM debian:trixie-slim RUN apt update && \ apt install curl jq -y From 415ecce7e632edd315702b818d61b0b2043f2d77 Mon Sep 17 00:00:00 2001 From: andrii Date: Fri, 14 Aug 2026 17:08:05 +0300 Subject: [PATCH 3/3] bump MAS version to 1.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 764e465..c37ada7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/element-hq/matrix-authentication-service:1.14.0 AS mas-cli +FROM ghcr.io/element-hq/matrix-authentication-service:1.21.0 AS mas-cli FROM debian:trixie-slim