⬆️ Upgrades add-on base image to v1.0.0

This commit is contained in:
Franck Nijhof 2018-03-18 20:36:37 +01:00
parent 3f2685afb1
commit 07b6cf2fe0
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/debian-base-amd64:0.2.1
ARG BUILD_FROM=hassioaddons/debian-base-amd64:1.0.0
FROM ${BUILD_FROM}
# Setup base system

View file

@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "hassioaddons/debian-base-aarch64:0.2.1",
"amd64": "hassioaddons/debian-base-amd64:0.2.1",
"armhf": "hassioaddons/debian-base-armhf:0.2.1",
"i386": "hassioaddons/debian-base-i386:0.2.1"
"aarch64": "hassioaddons/debian-base-aarch64:1.0.0",
"amd64": "hassioaddons/debian-base-amd64:1.0.0",
"armhf": "hassioaddons/debian-base-armhf:1.0.0",
"i386": "hassioaddons/debian-base-i386:1.0.0"
},
"args": {}
}