File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/element-web-playwright-common/src/testcontainers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments