mirror of
https://github.com/hassio-addons/addon-unifi.git
synced 2025-05-07 04:21:25 +00:00
Update Dockerfile to use https://dl.ui.com/unifi/9.0.114/unifi_sysvinit_all.deb (#550)
This commit is contained in:
parent
a9edb5cc51
commit
c8d405ba83
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN \
|
|||
openjdk-17-jre-headless=17* \
|
||||
\
|
||||
&& curl -J -L -o /tmp/unifi.deb \
|
||||
"https://dl.ui.com/unifi/9.0.108/unifi_sysvinit_all.deb" \
|
||||
"https://dl.ui.com/unifi/9.0.114/unifi_sysvinit_all.deb" \
|
||||
\
|
||||
&& dpkg --install /tmp/unifi.deb \
|
||||
&& apt-get clean \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue