Commit ab147dc 1 parent 5a12ed6 commit ab147dc Copy full SHA for ab147dc
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG BUILD_FROM
3
3
FROM $BUILD_FROM AS build-base
4
4
5
5
RUN apk add --no-cache \
6
- python3=3.10.5-r0 \
6
+ python3=3.10.14-r1 \
7
7
py3-gst=1.20.3-r0 \
8
8
py3-pip=22.1.1-r0 \
9
9
mopidy=3.3.0-r0 \
@@ -31,11 +31,11 @@ RUN pip3 install --no-cache-dir --user Mopidy-RadioNet==0.2.2 &&\
31
31
FROM $BUILD_FROM AS run
32
32
33
33
RUN apk add --no-cache \
34
- python3=3.10.5-r0 \
34
+ python3=3.10.14-r1 \
35
35
py3-gst=1.20.3-r0 \
36
36
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 \
39
39
&& ln -s /usr/lib/libpython3.10.so.1.0 /usr/lib/libpython3.10.so
40
40
41
41
COPY --from=mopidy-iris /root/.local/lib/python3.10/site-packages /usr/lib/python3.10/site-packages/
You can’t perform that action at this time.
0 commit comments