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