mirror of
https://github.com/hassio-addons/addon-radarr.git
synced 2025-05-04 11:01:22 +00:00
Update dependencies
This commit is contained in:
parent
2731196098
commit
bf8eff32be
2 changed files with 3 additions and 3 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_19/{{package}}"
|
"depNameTemplate": "alpine_3_20/{{package}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
|
|
|
@ -13,8 +13,8 @@ ENV XDG_CONFIG_HOME="/config/xdg"
|
||||||
# hadolint ignore=DL3003,DL3042
|
# hadolint ignore=DL3003,DL3042
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
icu-libs=74.1-r0 \
|
icu-libs=74.2-r0 \
|
||||||
sqlite-libs=3.44.2-r0 \
|
sqlite-libs=3.45.3-r1\
|
||||||
xmlstarlet=1.6.1-r2 \
|
xmlstarlet=1.6.1-r2 \
|
||||||
\
|
\
|
||||||
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then RADARR_ARCH="arm64"; \
|
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then RADARR_ARCH="arm64"; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue