Update snips to latest version (#185)

* Update snips to latest version

* Update config.json

* Update build.json

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
Andreas Jacobsen
2017-10-06 17:30:18 +02:00
committed by Pascal Vizeli
parent d8597e1c45
commit 4f472eacf1
3 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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