Skip to content

Commit

Permalink
⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v7 (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Jun 14, 2023
1 parent 7c103e3 commit 1d09c70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "deb",
"datasourceTemplate": "repology",
"depNameTemplate": "debian_11/{{package}}"
"depNameTemplate": "debian_12/{{package}}"
}
],
"packageRules": [
Expand Down
10 changes: 5 additions & 5 deletions nut/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -7,10 +7,10 @@ FROM ${BUILD_FROM}
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends\
nut=2.7.4-13 \
nut-snmp=2.7.4-13 \
nut-xml=2.7.4-13 \
usbutils=1:013-3 \
nut=2.8.0-7 \
nut-snmp=2.8.0-7 \
nut-xml=2.8.0-7 \
usbutils=1:014-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
10 changes: 5 additions & 5 deletions nut/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base:6.2.7
amd64: ghcr.io/hassio-addons/debian-base:6.2.7
armhf: ghcr.io/hassio-addons/debian-base:6.2.7
armv7: ghcr.io/hassio-addons/debian-base:6.2.7
i386: ghcr.io/hassio-addons/debian-base:6.2.7
aarch64: ghcr.io/hassio-addons/debian-base:7.0.0
amd64: ghcr.io/hassio-addons/debian-base:7.0.0
armhf: ghcr.io/hassio-addons/debian-base:7.0.0
armv7: ghcr.io/hassio-addons/debian-base:7.0.0
i386: ghcr.io/hassio-addons/debian-base:7.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 1d09c70

Please sign in to comment.