Skip to content

Commit 669437c

Browse files
committed
update rqlite 8 container version to 8.0.6
1 parent cf03803 commit 669437c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/rqlite/rqlite_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var opts = dktest.Options{
2727
}
2828
var specs = []dktesting.ContainerSpec{
2929
{ImageName: "rqlite/rqlite:7.21.4", Options: opts},
30-
{ImageName: "rqlite/rqlite:8.0.0", Options: opts},
30+
{ImageName: "rqlite/rqlite:8.0.6", Options: opts},
3131
}
3232

3333
func isReady(ctx context.Context, c dktest.ContainerInfo) bool {

0 commit comments

Comments
 (0)