⬆️ Upgrades add-on base image to v4.0.3

This commit is contained in:
Franck Nijhof 2020-01-02 20:37:18 +01:00
parent 449739e1e8
commit 962cdb5c8b
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 6 additions and 6 deletions

View file

@ -13,4 +13,4 @@ variables:
ADDON_ARMV7: "false" ADDON_ARMV7: "false"
ADDON_I386: "false" ADDON_I386: "false"
ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:4.0.1" ADDON_AMD64_BASE: "hassioaddons/ubuntu-base-amd64:4.0.3"

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/ubuntu-base:4.0.1 ARG BUILD_FROM=hassioaddons/ubuntu-base:4.0.3
############################################################################### ###############################################################################
# Build container to get custom vscode extensions. # Build container to get custom vscode extensions.
############################################################################### ###############################################################################

View file

@ -1,6 +1,6 @@
{ {
"build_from": { "build_from": {
"amd64": "hassioaddons/ubuntu-base-amd64:4.0.1" "amd64": "hassioaddons/ubuntu-base-amd64:4.0.3"
}, },
"args": {} "args": {}
} }