diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 92e7e65..8da36d3 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -14,7 +14,7 @@ ENV XDG_CONFIG_HOME="/config/xdg" RUN \ apk add --no-cache \ icu-libs=74.2-r0 \ - sqlite-libs=3.48.0-r0 \ + sqlite-libs=3.48.0-r1 \ xmlstarlet=1.6.1-r2 \ \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then SONARR_ARCH="arm64"; \