Skip to content

Commit 61b8422

Browse files
authored
Update mas.ts
1 parent 72b3a9f commit 61b8422

File tree

1 file changed

+2
-2
lines changed
  • packages/element-web-playwright-common/src/testcontainers

1 file changed

+2
-2
lines changed

packages/element-web-playwright-common/src/testcontainers/mas.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
195195
private readonly args = ["-c", "/config/config.yaml"];
196196

197197
public constructor(db: StartedPostgreSqlContainer) {
198-
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/4529 which isn't in a release yet
199-
super("ghcr.io/element-hq/matrix-authentication-service:sha-98f2776");
198+
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/4563 which isn't in a release yet
199+
super("ghcr.io/element-hq/matrix-authentication-service:sha-3207d23");
200200

201201
this.config = deepCopy(DEFAULT_CONFIG);
202202
this.config.database.username = db.getUsername();

0 commit comments

Comments
 (0)