Update snips to 0.6.5 (#210)

* Update Dockerfile

* Update build.json

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-12-08 15:22:07 +01:00
committed by GitHub
parent a2f70caa65
commit 670f6ac16e
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
ARG BUILD_FROM
ARG BUILD_VERSION
FROM ${BUILD_FROM}-${BUILD_VERSION}
FROM $BUILD_FROM
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"build_from": {
"armhf": "snipsdocker/platform:arm",
"amd64": "snipsdocker/platform:x86"
"armhf": "snipsdocker/platform:arm-0.6.5",
"amd64": "snipsdocker/platform:x86-0.6.5"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "Snips.AI",
"version": "0.5.5",
"version": "0.6.5",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/",