Skip to content

Commit

Permalink
Merge pull request #1 from Poeschl-HomeAssistant-Addons/dependency-up…
Browse files Browse the repository at this point in the history
…dates

⬆️ Update dependencies
  • Loading branch information
Poeschl authored Sep 22, 2024
2 parents 5a12ed6 + ab147dc commit 117339d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mopidy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILD_FROM
FROM $BUILD_FROM AS build-base

RUN apk add --no-cache \
python3=3.10.5-r0 \
python3=3.10.14-r1 \
py3-gst=1.20.3-r0 \
py3-pip=22.1.1-r0 \
mopidy=3.3.0-r0 \
Expand Down Expand Up @@ -31,11 +31,11 @@ RUN pip3 install --no-cache-dir --user Mopidy-RadioNet==0.2.2 &&\
FROM $BUILD_FROM AS run

RUN apk add --no-cache \
python3=3.10.5-r0 \
python3=3.10.14-r1 \
py3-gst=1.20.3-r0 \
mopidy=3.3.0-r0 \
ca-certificates=20220614-r0 \
sudo=1.9.10-r0 \
ca-certificates=20240226-r0 \
sudo=1.9.12-r1 \
&& ln -s /usr/lib/libpython3.10.so.1.0 /usr/lib/libpython3.10.so

COPY --from=mopidy-iris /root/.local/lib/python3.10/site-packages /usr/lib/python3.10/site-packages/
Expand Down

0 comments on commit 117339d

Please sign in to comment.