Skip to content

Commit d0da72b

Browse files
authored
chore: update autobahn docker image tag (#225)
Apparently they just deleted old image tags when they pushed a new release? https://hub.docker.com/r/crossbario/autobahn-testsuite/tags
1 parent ff7560f commit d0da72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpbin/websocket/websocket_autobahn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/mccutchen/go-httpbin/v2/internal/testing/assert"
2020
)
2121

22-
const autobahnImage = "crossbario/autobahn-testsuite:0.8.2"
22+
const autobahnImage = "crossbario/autobahn-testsuite:25.10.1"
2323

2424
var defaultIncludedTestCases = []string{
2525
"*",

0 commit comments

Comments
 (0)