Skip to content

Commit

Permalink
chore(deps): update opensearchproject/opensearch-dashboards docker ta…
Browse files Browse the repository at this point in the history
…g to v2.11.1 (#1001)

* chore(deps): update opensearchproject/opensearch-dashboards docker tag to v2.11.1

* Update version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Dec 1, 2023
1 parent b5cc860 commit dea4fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot-opensearch-sample/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m"

opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.11.0
image: opensearchproject/opensearch-dashboards:2.11.1
container_name: opensearch_dashboards
ports:
- "5601:5601"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ContainersConfig {

@Container
public static OpensearchContainer<?> openSearchContainer =
new OpensearchContainer<>(DockerImageName.parse("opensearchproject/opensearch:2.11.0"));
new OpensearchContainer<>(DockerImageName.parse("opensearchproject/opensearch:2.11.1"));

static {
openSearchContainer.start();
Expand Down

0 comments on commit dea4fd3

Please sign in to comment.