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

This commit is contained in:
Franck Nijhof 2021-08-20 11:12:58 +02:00
parent 2b65e03fe3
commit 190dd1c502
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.3 ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.0.0
# hadolint ignore=DL3006 # hadolint ignore=DL3006
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
@ -13,8 +13,8 @@ RUN \
\ \
&& apt-get update \ && apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
bzip2=1.0.6-9.2~deb10u1 \ bzip2=1.0.8-4 \
ocl-icd-libopencl1=2.2.12-2 \ ocl-icd-libopencl1=2.2.14-2 \
\ \
&& mkdir /etc/fahclient \ && mkdir /etc/fahclient \
&& touch /etc/fahclient/config.xml \ && touch /etc/fahclient/config.xml \

View file

@ -1,5 +1,5 @@
{ {
"build_from": { "build_from": {
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3" "amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.0.0"
} }
} }