diff --git a/mopidy/Dockerfile b/mopidy/Dockerfile index f1b2eb0..e6fdcdc 100644 --- a/mopidy/Dockerfile +++ b/mopidy/Dockerfile @@ -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 \ @@ -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/