From b92e513d3c7f8fe4fe34a02e69db00b89e3c17d4 Mon Sep 17 00:00:00 2001 From: thespad Date: Mon, 6 Jan 2025 18:35:09 +0000 Subject: [PATCH] Update requirements file --- Dockerfile | 4 ++-- Dockerfile.aarch64 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d849d06..b4c37cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,11 +49,11 @@ RUN \ pip install -U --no-cache-dir \ pip \ wheel && \ - pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \ + pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \ click \ flexget==${FLEXGET_VERSION#v} \ requests \ - -r requirements-docker.txt && \ + -r requirements.txt && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \ apk del --purge \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index daa476f..2b0c0cd 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -49,11 +49,11 @@ RUN \ pip install -U --no-cache-dir \ pip \ wheel && \ - pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \ + pip install -U --no-cache --find-links https://wheel-index.linuxserver.io/alpine-3.19/ \ click \ flexget==${FLEXGET_VERSION#v} \ requests \ - -r requirements-docker.txt && \ + -r requirements.txt && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \ apk del --purge \