Update mas.ts
This commit is contained in:
committed by
GitHub
parent
b9f200d349
commit
3befdeb167
@@ -195,8 +195,8 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
|
||||
private readonly args = ["-c", "/config/config.yaml"];
|
||||
|
||||
public constructor(db: StartedPostgreSqlContainer) {
|
||||
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/4529 which isn't in a release yet
|
||||
super("ghcr.io/element-hq/matrix-authentication-service:sha-98f2776");
|
||||
// We rely on https://github.com/element-hq/matrix-authentication-service/pull/4563 which isn't in a release yet
|
||||
super("ghcr.io/element-hq/matrix-authentication-service:sha-3207d23");
|
||||
|
||||
this.config = deepCopy(DEFAULT_CONFIG);
|
||||
this.config.database.username = db.getUsername();
|
||||
|
||||
Reference in New Issue
Block a user