diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index 111a9b0..88b0154 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ git \ --repository https://dl-4.alpinelinux.org/alpine/edge/testing -ENV NZBGET_VERSION 21.0-r2220 +ENV NZBGET_VERSION 20.0 RUN wget "https://github.com/nzbget/nzbget/releases/download/v${NZBGET_VERSION}/nzbget-${NZBGET_VERSION}-bin-linux.run" -O /tmp/nzbget.run \ && bash /tmp/nzbget.run --destdir /opt/nzbget \ && git clone --depth=1 "https://github.com/clinton-hall/nzbToMedia.git" /opt/nzbget/scripts/nzbToMedia \