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