Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 81a7d77

Browse files
authored
update elasticsearch default version to 7.10.2 (#13199)
1 parent e60ff8e commit 81a7d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • localstack-core/localstack/services/opensearch

localstack-core/localstack/services/opensearch/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
# Internal representation of the Elasticsearch versions (without the "Elasticsearch_" prefix)
3232
_elasticsearch_install_versions = {
33-
"7.10": "7.10.0",
33+
"7.10": "7.10.2",
3434
"7.9": "7.9.3",
3535
"7.8": "7.8.1",
3636
"7.7": "7.7.1",

0 commit comments

Comments
 (0)