diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index 3d83cf7..d68912c 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -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 \ diff --git a/foldingathome/build.json b/foldingathome/build.json index c4f9840..ba13dfb 100644 --- a/foldingathome/build.json +++ b/foldingathome/build.json @@ -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" } }