Skip to content

Commit ab147dc

Browse files
committed
⬆️ Update dependencies
1 parent 5a12ed6 commit ab147dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mopidy/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BUILD_FROM
33
FROM $BUILD_FROM AS build-base
44

55
RUN apk add --no-cache \
6-
python3=3.10.5-r0 \
6+
python3=3.10.14-r1 \
77
py3-gst=1.20.3-r0 \
88
py3-pip=22.1.1-r0 \
99
mopidy=3.3.0-r0 \
@@ -31,11 +31,11 @@ RUN pip3 install --no-cache-dir --user Mopidy-RadioNet==0.2.2 &&\
3131
FROM $BUILD_FROM AS run
3232

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

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

0 commit comments

Comments
 (0)