⬆️ Upgrades add-on base image to v3.1.4

This commit is contained in:
Franck Nijhof 2019-08-10 14:26:09 +02:00
parent db5eb2f749
commit 1576460a09
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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