⬆Update base image to 3.0.2

This commit is contained in:
Paul Sinclair 2020-04-01 20:55:32 -04:00
parent dce9bbcf18
commit 00c53ffbab
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D
3 changed files with 11 additions and 11 deletions

View file

@ -7,8 +7,8 @@ variables:
ADDON_TARGET: "firefly-iii"
ADDON_LEGACY_TAGS: "true"
ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.0.1"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.0.1"
ADDON_ARMHF_BASE: "hassioaddons/debian-base-armhf:3.0.1"
ADDON_ARMV7_BASE: "hassioaddons/debian-base-armv7:3.0.1"
ADDON_I386_BASE: "hassioaddons/debian-base-i386:3.0.1"
ADDON_AARCH64_BASE: "hassioaddons/debian-base-aarch64:3.0.2"
ADDON_AMD64_BASE: "hassioaddons/debian-base-amd64:3.0.2"
ADDON_ARMHF_BASE: "hassioaddons/debian-base-armhf:3.0.2"
ADDON_ARMV7_BASE: "hassioaddons/debian-base-armv7:3.0.2"
ADDON_I386_BASE: "hassioaddons/debian-base-i386:3.0.2"

View file

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

View file

@ -1,11 +1,11 @@
{
"squash": false,
"build_from": {
"aarch64": "hassioaddons/debian-base-aarch64:3.0.1",
"armhf": "hassioaddons/debian-base-armhf:3.0.1",
"amd64": "hassioaddons/debian-base-amd64:3.0.1",
"armv7": "hassioaddons/debian-base-armv7:3.0.1",
"i386": "hassioaddons/debian-base-i386:3.0.1"
"aarch64": "hassioaddons/debian-base-aarch64:3.0.2",
"armhf": "hassioaddons/debian-base-armhf:3.0.2",
"amd64": "hassioaddons/debian-base-amd64:3.0.2",
"armv7": "hassioaddons/debian-base-armv7:3.0.2",
"i386": "hassioaddons/debian-base-i386:3.0.2"
},
"args": {}
}