Skip to content

Commit 4853406

Browse files
authored
Bump Couchbase Server Image Version (#2804)
6.5.1 got released in april 2020 and brings bugfixes and enhancements. Let's make sure users pick that up by default.
1 parent 835ac71 commit 4853406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/couchbase/src/main/java/org/testcontainers/couchbase/CouchbaseContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class CouchbaseContainer extends GenericContainer<CouchbaseContainer> {
7171

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

74-
private static final String VERSION = "6.5.0";
74+
private static final String VERSION = "6.5.1";
7575

7676
private static final ObjectMapper MAPPER = new ObjectMapper();
7777

0 commit comments

Comments
 (0)