mirror of
https://github.com/hassio-addons/addon-foldingathome.git
synced 2025-05-04 11:21:25 +00:00
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
b1ab87cbb6
commit
eff0b75856
3 changed files with 5 additions and 5 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
|||
],
|
||||
"versioningTemplate": "deb",
|
||||
"datasourceTemplate": "repology",
|
||||
"depNameTemplate": "debian_11/{{package}}"
|
||||
"depNameTemplate": "debian_12/{{package}}"
|
||||
}
|
||||
],
|
||||
"packageRules": [
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:6.2.7
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.1.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.8-4 \
|
||||
ocl-icd-libopencl1=2.2.14-2 \
|
||||
bzip2=1.0.8-5+b1 \
|
||||
ocl-icd-libopencl1=2.3.1-1 \
|
||||
\
|
||||
&& mkdir /etc/fahclient \
|
||||
&& touch /etc/fahclient/config.xml \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
build_from:
|
||||
amd64: ghcr.io/hassio-addons/debian-base:6.2.7
|
||||
amd64: ghcr.io/hassio-addons/debian-base:7.1.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue