Update controller to 8.1.133 (#495)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
cwmoriarty 2024-03-22 06:44:54 -04:00 committed by GitHub
parent 7135ed9b75
commit e3180c45f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ RUN \
&& apt-get update \
&& apt-get install -y --no-install-recommends mongodb-org-server=4.4.29 \
&& curl -J -L -o /tmp/unifi.deb \
"https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb" \
"https://dl.ui.com/unifi/8.1.113/unifi_sysvinit_all.deb" \
\
&& dpkg --install /tmp/unifi.deb \
&& apt-get clean \