mirror of
https://github.com/hassio-addons/addon-lidarr.git
synced 2025-05-04 19:11:29 +00:00
⬆️ Update ghcr.io/hassio-addons/base Docker tag to v17 (#30)
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
2d28996ef6
commit
7aa8d79d6f
3 changed files with 6 additions and 6 deletions
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
|
@ -23,7 +23,7 @@
|
||||||
],
|
],
|
||||||
"versioningTemplate": "loose",
|
"versioningTemplate": "loose",
|
||||||
"datasourceTemplate": "repology",
|
"datasourceTemplate": "repology",
|
||||||
"depNameTemplate": "alpine_3_20/{{package}}"
|
"depNameTemplate": "alpine_3_21/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.6
|
ARG BUILD_FROM=ghcr.io/hassio-addons/base:17.0.0
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ ENV XDG_CONFIG_HOME="/config/xdg"
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
icu-libs=74.2-r0 \
|
icu-libs=74.2-r0 \
|
||||||
sqlite-libs=3.45.3-r1 \
|
sqlite-libs=3.47.1-r0 \
|
||||||
xmlstarlet=1.6.1-r2 \
|
xmlstarlet=1.6.1-r2 \
|
||||||
\
|
\
|
||||||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then LIDARR_ARCH="arm64"; \
|
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then LIDARR_ARCH="arm64"; \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base:16.3.6
|
aarch64: ghcr.io/hassio-addons/base:17.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base:16.3.6
|
amd64: ghcr.io/hassio-addons/base:17.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base:16.3.6
|
armv7: ghcr.io/hassio-addons/base:17.0.0
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue