⬆️ Update alpine_3_21/sqlite-libs to v3.48.0-r0 (#47)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-06 23:24:56 +01:00 committed by GitHub
parent ba05bb60fa
commit 89a98b96f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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