chore: bump couchbase image

This commit is contained in:
Manuel de la Peña
2025-03-18 11:00:45 +01:00
parent 98ce163298
commit 64eb3d85be
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ import (
const (
// couchbaseImage is the default image used for running couchbase in tests.
couchbaseImage = "couchbase:enterprise-7.6.3"
couchbaseImage = "couchbase:enterprise-7.6.5"
couchbaseImageEnvVar string = "TEST_COUCHBASE_IMAGE"
couchbaseUser string = "default"
couchbasePass string = "password"