Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 23, 2024
1 parent bf0b430 commit 9ffc007
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"versioningTemplate": "loose",
"datasourceTemplate": "repology",
"depNameTemplate": "alpine_3_19/{{package}}"
"depNameTemplate": "alpine_3_20/{{package}}"
},
{
"fileMatch": ["/Dockerfile$"],
Expand Down
4 changes: 2 additions & 2 deletions prowlarr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ENV XDG_CONFIG_HOME="/config/xdg"
# hadolint ignore=DL3003,DL3042
RUN \
apk add --no-cache \
icu-libs=74.1-r0 \
sqlite-libs=3.44.2-r0 \
icu-libs=74.2-r0 \
sqlite-libs=3.45.3-r1 \
xmlstarlet=1.6.1-r2 \
\
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then PROWLARR_ARCH="arm64"; \
Expand Down

0 comments on commit 9ffc007

Please sign in to comment.