Update dependencies

This commit is contained in:
Franck Nijhof 2024-05-23 22:04:31 +02:00
parent 2731196098
commit bf8eff32be
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 3 deletions

View file

@ -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$"],

View file

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