⬆️ 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:
renovate[bot] 2023-09-13 21:12:38 +02:00 committed by GitHub
parent b1ab87cbb6
commit eff0b75856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
],
"versioningTemplate": "deb",
"datasourceTemplate": "repology",
"depNameTemplate": "debian_11/{{package}}"
"depNameTemplate": "debian_12/{{package}}"
}
],
"packageRules": [

View file

@ -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 \

View file

@ -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