mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-18 03:14:23 +01:00
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:
committed by
Pascal Vizeli
parent
d8597e1c45
commit
4f472eacf1
@@ -1,5 +1,6 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
FROM ${BUILD_FROM}-${BUILD_VERSION}
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user