From 2b2c3e63b1ff01714a1ef6ee41760d072e4398d8 Mon Sep 17 00:00:00 2001 From: Martijn Bolhuis Date: Fri, 2 Feb 2024 13:37:14 +0100 Subject: [PATCH] Update the opensearch-rails gem (RM-2427). - Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01b28351..e14ddb0f 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ You can generate a simple Ruby on Rails application with a single command --env "cluster.name=opensearch-rails" \ --env "cluster.routing.allocation.disk.threshold_enabled=false" \ --rm \ - opensearchproject/opensearch:1.3.0 + opensearchproject/opensearch:latest ``` Once OpenSearch is running, you can generate the simple app with this command: