From ab147dc354f1e4c4bce3e8411e5d65c30eeddbf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Sun, 22 Sep 2024 20:34:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mopidy/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/