diff --git a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md index c12d310ba0848..02a69167cfc46 100644 --- a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md +++ b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md @@ -35,10 +35,10 @@ docker run -d --name es \ -v ${SHARED_FOLDER}/data:/usr/share/elasticsearch/data \ -v ${SHARED_FOLDER}/snapshots:/usr/share/elasticsearch/snapshots \ --env "discovery.type=single-node" \ -docker.elastic.co/elasticsearch/elasticsearch:9.1.3 +docker.elastic.co/elasticsearch/elasticsearch:9.1.5 // Version 6 -docker.elastic.co/elasticsearch/elasticsearch:9.1.3 +docker.elastic.co/elasticsearch/elasticsearch:9.1.5 ``` ### Create Index Version 5