Skip to content

Commit

Permalink
chore(deps): update couchbase/server docker tag to v7.6.4
Browse files Browse the repository at this point in the history
| datasource | package          | from  | to    |
| ---------- | ---------------- | ----- | ----- |
| docker     | couchbase/server | 7.6.3 | 7.6.4 |
  • Loading branch information
renovate-bot committed Dec 16, 2024
1 parent 8a01d5b commit 5de61d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-couchbase/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* `embedded.couchbase.reuseContainer` `(true|false, default is false)`
* `embedded.couchbase.services` `(comma separated list, default is 'INDEX,KV,QUERY,SEARCH')`
* `embedded.couchbase.bucketRamMb` `(default is '100')`
* `embedded.couchbase.dockerImage` `(default is 'couchbase/server:7.6.3')`
* `embedded.couchbase.dockerImage` `(default is 'couchbase/server:7.6.4')`
** Image versions on https://hub.docker.com/r/couchbase/server/tags[dockerhub]
* `embedded.toxiproxy.proxies.couchbase.enabled` Enables both creation of the container with ToxiProxy TCP proxy and a proxy to the `embedded-couchbase` container.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ public String getCredentials() {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "couchbase/server:7.6.3";
return "couchbase/server:7.6.4";
}
}

0 comments on commit 5de61d6

Please sign in to comment.