Skip to content

Commit

Permalink
chore(deps): update couchbase/server docker tag to v7.2.2 (#1506)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
Fameing and renovate-bot authored Sep 26, 2023
1 parent 0fc566e commit bd7c2b7
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.2.0')`
* `embedded.couchbase.dockerImage` `(default is 'couchbase/server:7.2.2')`
** 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 @@ -47,6 +47,6 @@ public String getCredentials() {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "couchbase/server:7.2.0";
return "couchbase/server:7.2.2";
}
}

0 comments on commit bd7c2b7

Please sign in to comment.