Update to 7.15.1

This commit is contained in:
alexbelgium
2021-11-07 16:01:07 +01:00
parent 89d8b20cf3
commit 4d02d8e857
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_UPSTREAM="7.14.2" ARG BUILD_UPSTREAM="7.15.1"
FROM elasticsearch:$BUILD_UPSTREAM FROM elasticsearch:$BUILD_UPSTREAM
# Data persistence # Data persistence

View File

@@ -10,7 +10,7 @@
"discovery.type": "single-node", "discovery.type": "single-node",
"TINI_SUBREAPER": "true" "TINI_SUBREAPER": "true"
}, },
"map": [ "map": [
"config:rw" "config:rw"
], ],
"name": "Elasticsearch server", "name": "Elasticsearch server",
@@ -26,7 +26,7 @@
}, },
"schema": {}, "schema": {},
"slug": "elasticsearch", "slug": "elasticsearch",
"upstream": "7.14.2", "upstream": "7.15.1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "7.14.2" "version": "7.15.1"
} }