From 190dd1c502c8eee1093341dea18ce384202b0ac0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 20 Aug 2021 11:12:58 +0200 Subject: [PATCH] :arrow_up: Upgrades add-on base image to v5.0.0 --- foldingathome/Dockerfile | 6 +++--- foldingathome/build.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" } }