⬆️ Upgrades UniFi Network Application to 8.3.32 (#513)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
cwmoriarty 2024-07-18 04:23:56 -04:00 committed by GitHub
parent fb50a2cf1f
commit 326d5edd17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ RUN \
openjdk-17-jre-headless=17* \
\
&& curl -J -L -o /tmp/unifi.deb \
"https://dl.ui.com/unifi/8.2.93/unifi_sysvinit_all.deb" \
"https://dl.ui.com/unifi/8.3.32/unifi_sysvinit_all.deb" \
\
&& dpkg --install /tmp/unifi.deb \
&& apt-get clean \