Skip to content

Commit 94c6814

Browse files
committed
update elasticsearch default version from 7.10.0 to 7.10.2
1 parent c6edf33 commit 94c6814

File tree

1 file changed

+1
-1
lines changed
  • localstack-core/localstack/services/opensearch

1 file changed

+1
-1
lines changed

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)