mirror of
https://github.com/hassio-addons/addon-foldingathome.git
synced 2025-05-04 19:31:27 +00:00
⬆️ Upgrades add-on base image to v5.0.0
This commit is contained in:
parent
2b65e03fe3
commit
190dd1c502
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -13,8 +13,8 @@ RUN \
|
|||
\
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
bzip2=1.0.6-9.2~deb10u1 \
|
||||
ocl-icd-libopencl1=2.2.12-2 \
|
||||
bzip2=1.0.8-4 \
|
||||
ocl-icd-libopencl1=2.2.14-2 \
|
||||
\
|
||||
&& mkdir /etc/fahclient \
|
||||
&& touch /etc/fahclient/config.xml \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"build_from": {
|
||||
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3"
|
||||
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue