Fix wrong reference to Cassandra in DockerImageNames#couchbase
See gh-26399
This commit is contained in:
parent
ef9e3bafff
commit
afa77b8253
|
@ -50,8 +50,8 @@ public final class DockerImageNames {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return a {@link DockerImageName} suitable for running Cassandra.
|
||||
* @return a docker image name for running cassandra
|
||||
* Return a {@link DockerImageName} suitable for running Couchbase.
|
||||
* @return a docker image name for running couchbase
|
||||
*/
|
||||
public static DockerImageName couchbase() {
|
||||
return DockerImageName.parse("couchbase/server").withTag(COUCHBASE_VERSION);
|
||||
|
|
Loading…
Reference in New Issue