We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf03803 commit 669437cCopy full SHA for 669437c
database/rqlite/rqlite_test.go
@@ -27,7 +27,7 @@ var opts = dktest.Options{
27
}
28
var specs = []dktesting.ContainerSpec{
29
{ImageName: "rqlite/rqlite:7.21.4", Options: opts},
30
- {ImageName: "rqlite/rqlite:8.0.0", Options: opts},
+ {ImageName: "rqlite/rqlite:8.0.6", Options: opts},
31
32
33
func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
0 commit comments