diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index 7811ebc..12b19d9 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_FROM=hassioaddons/debian-base:3.2.0 +ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.3 # hadolint ignore=DL3006 FROM ${BUILD_FROM} diff --git a/foldingathome/build.json b/foldingathome/build.json index b29dcc9..9874185 100644 --- a/foldingathome/build.json +++ b/foldingathome/build.json @@ -1,6 +1,6 @@ { "build_from": { - "amd64": "hassioaddons/debian-base-amd64:3.2.0" + "amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3" }, "args": {} }