Skip to content

Commit

Permalink
Bump Couchbase Server Image Version (#2804)
Browse files Browse the repository at this point in the history
6.5.1 got released in april 2020 and brings bugfixes and
enhancements. Let's make sure users pick that up by default.
  • Loading branch information
daschl committed May 29, 2020
1 parent 835ac71 commit 4853406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class CouchbaseContainer extends GenericContainer<CouchbaseContainer> {

private static final String DOCKER_IMAGE_NAME = "couchbase/server";

private static final String VERSION = "6.5.0";
private static final String VERSION = "6.5.1";

private static final ObjectMapper MAPPER = new ObjectMapper();

Expand Down

0 comments on commit 4853406

Please sign in to comment.