mirror of
https://github.com/hassio-addons/addon-radarr.git
synced 2025-05-04 19:11:25 +00:00
⬆️ Update alpine_3_21/sqlite-libs to v3.48.0-r0
This commit is contained in:
parent
ba05bb60fa
commit
3a0e8b51ff
1 changed files with 1 additions and 1 deletions
|
@ -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.47.1-r0 \
|
sqlite-libs=3.48.0-r0 \
|
||||||
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