Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 90744a2e3e
Bump hotio/lidarr from pr-plugins-1.4.1.3564 to pr-plugins-2.1.1.3878
Bumps [hotio/lidarr](https://github.com/hotio/lidarr) from pr-plugins-1.4.1.3564 to pr-plugins-2.1.1.3878.
- [Commits](https://github.com/hotio/lidarr/commits)

---
updated-dependencies:
- dependency-name: hotio/lidarr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 06:21:28 +00:00
1 changed files with 4 additions and 3 deletions

View File

@ -24,9 +24,9 @@ RUN yarn dist-server
RUN mv /deemix-gui/dist/deemix-server /deemix-server
FROM ghcr.io/hotio/lidarr:pr-plugins-2.0.7.3848
FROM cr.hotio.dev/hotio/lidarr:pr-plugins-2.1.1.3878
LABEL maintainer="ciapa"
LABEL maintainer="youegraillot"
ENV DEEMIX_SINGLE_USER=true
ENV AUTOCONFIG=true
@ -35,7 +35,8 @@ ENV PUID=1000
ENV PGID=1000
# flac2mp3
RUN apk add --no-cache ffmpeg
RUN apk add --no-cache ffmpeg && \
rm -rf /var/lib/apt/lists/*
COPY lidarr-flac2mp3/root/usr /usr
# deemix