Skip to content

Commit 1a3e878

Browse files
Update Docker image reference for testsuite
1 parent 9054bfb commit 1a3e878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autobahn/server-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { $ } from "https://deno.land/x/dax/mod.ts";
55
const pwd = new URL(".", import.meta.url).pathname;
66

77
const AUTOBAHN_TESTSUITE_DOCKER =
8-
"crossbario/autobahn-testsuite:0.8.2";
8+
"crossbario/autobahn-testsuite:0.8.2@sha256:519915fb568b04c9383f70a1c405ae3ff44ab9e35835b085239c258b6fac3074";
99

1010
const server = $`uWebSockets/EchoServer`.spawn();
1111
await $`docker run --name fuzzingserver -v ${pwd}/fuzzingclient.json:/fuzzingclient.json:ro -v ${pwd}/reports:/reports -p 9001:9001 --net=host --rm ${AUTOBAHN_TESTSUITE_DOCKER} wstest -m fuzzingclient -s fuzzingclient.json`.cwd(pwd);

0 commit comments

Comments
 (0)