mirror of
https://github.com/hassio-addons/addon-mopidy.git
synced 2025-05-05 03:51:35 +00:00
⬆️ Upgrades add-on base image to v4.2.2 (#152)
This commit is contained in:
parent
3eb0b10744
commit
9c3790f30d
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.1
|
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:4.2.2
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ RUN \
|
||||||
\
|
\
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
libffi-dev=3.2.1-9 \
|
libffi-dev=3.2.1-9 \
|
||||||
libxml2-dev=2.9.4+dfsg1-7+deb10u1 \
|
libxml2-dev=2.9.4+dfsg1-7+deb10u2 \
|
||||||
libxslt1-dev=1.1.32-2.2~deb10u1 \
|
libxslt1-dev=1.1.32-2.2~deb10u1 \
|
||||||
libasound2-dev=1.1.8-1 \
|
libasound2-dev=1.1.8-1 \
|
||||||
libspotify12=12.1.51-1 \
|
libspotify12=12.1.51-1 \
|
||||||
|
@ -36,11 +36,11 @@ RUN \
|
||||||
python3-dev=3.7.3-1 \
|
python3-dev=3.7.3-1 \
|
||||||
python3-gi=3.30.4-1 \
|
python3-gi=3.30.4-1 \
|
||||||
python3-gst-1.0=1.14.4-1+b1 \
|
python3-gst-1.0=1.14.4-1+b1 \
|
||||||
gstreamer1.0-alsa=1.14.4-2 \
|
gstreamer1.0-alsa=1.14.4-2+deb10u1 \
|
||||||
gstreamer1.0-plugins-bad=1.14.4-1+deb10u2 \
|
gstreamer1.0-plugins-bad=1.14.4-1+deb10u2 \
|
||||||
gstreamer1.0-plugins-good=1.14.4-1 \
|
gstreamer1.0-plugins-good=1.14.4-1+deb10u1 \
|
||||||
gstreamer1.0-plugins-ugly=1.14.4-1 \
|
gstreamer1.0-plugins-ugly=1.14.4-1+deb10u1 \
|
||||||
gstreamer1.0-pulseaudio=1.14.4-1 \
|
gstreamer1.0-pulseaudio=1.14.4-1+deb10u1 \
|
||||||
\
|
\
|
||||||
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
|
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
|
||||||
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
|
&& pip3 install --no-cache-dir -r /tmp/requirements.txt \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.1"
|
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue