Skip to content

Commit

Permalink
update rqlite 8 container version to 8.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
swensone committed Dec 14, 2023
1 parent cf03803 commit 669437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/rqlite/rqlite_test.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 669437c

Please sign in to comment.