We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8295750 commit 179b368Copy full SHA for 179b368
playwright/testcontainers/synapse.ts
@@ -25,7 +25,7 @@ import { type HomeserverContainer, type StartedHomeserverContainer } from "./Hom
25
import { type StartedMatrixAuthenticationServiceContainer } from "./mas.ts";
26
import { Api, ClientServerApi, type Verb } from "../plugins/utils/api.ts";
27
28
-const TAG = "develop@sha256:8d0049e8e0524ad6817cf7737453fe47de1ed3b8d04704f0c2fd6c136414c9d7";
+const TAG = "develop@sha256:12dcb34f71bb5619dba100e526a6c515fb4456d614310b5482852c7ca6f5adb9";
29
30
const DEFAULT_CONFIG = {
31
server_name: "localhost",
0 commit comments