mirror of
https://github.com/hassio-addons/addon-unifi.git
synced 2025-05-07 12:31:33 +00:00
Version update to 8.0.24 (#469)
This commit is contained in:
parent
dc03eb419e
commit
526599945c
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN \
|
||||
apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
binutils=2.34-6ubuntu1.6 \
|
||||
binutils=2.34-6ubuntu1.7 \
|
||||
jsvc=1.0.15-8 \
|
||||
libcap2=1:2.32-1 \
|
||||
logrotate=3.14.0-4ubuntu3 \
|
||||
|
@ -17,7 +17,7 @@ RUN \
|
|||
openjdk-17-jdk-headless=17* \
|
||||
\
|
||||
&& curl -J -L -o /tmp/unifi.deb \
|
||||
"https://dl.ui.com/unifi/8.0.7/unifi_sysvinit_all.deb" \
|
||||
"https://dl.ui.com/unifi/8.0.24/unifi_sysvinit_all.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/unifi.deb \
|
||||
&& apt-get clean \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue