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

This commit is contained in:
Franck Nijhof 2020-05-16 14:52:01 +02:00
parent 874ae22d8c
commit 417145706e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 4 deletions

View file

@ -5,11 +5,10 @@ variables:
ADDON_GITHUB_REPO: "hassio-addons/addon-foldingathome"
ADDON_SLUG: "foldingathome"
ADDON_TARGET: "foldingathome"
ADDON_LEGACY_TAGS: "true"
ADDON_AARCH64: "false"
ADDON_ARMHF: "false"
ADDON_ARMV7: "false"
ADDON_I386: "false"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.0.1"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.2.0"

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/debian-base:3.0.1
ARG BUILD_FROM=hassioaddons/debian-base:3.2.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

View file

@ -1,6 +1,6 @@
{
"build_from": {
"amd64": "hassioaddons/debian-base-amd64:3.0.1"
"amd64": "hassioaddons/debian-base-amd64:3.2.0"
},
"args": {}
}