diff --git a/database/rqlite/rqlite_test.go b/database/rqlite/rqlite_test.go index 92ca02647..0372a117d 100644 --- a/database/rqlite/rqlite_test.go +++ b/database/rqlite/rqlite_test.go @@ -27,7 +27,7 @@ var opts = dktest.Options{ } var specs = []dktesting.ContainerSpec{ {ImageName: "rqlite/rqlite:7.21.4", Options: opts}, - {ImageName: "rqlite/rqlite:8.0.0", Options: opts}, + {ImageName: "rqlite/rqlite:8.0.6", Options: opts}, } func isReady(ctx context.Context, c dktest.ContainerInfo) bool {