We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf1896 commit 950da5cCopy full SHA for 950da5c
unifi/Dockerfile
@@ -17,7 +17,7 @@ RUN \
17
openjdk-17-jre-headless=17* \
18
\
19
&& curl -J -L -o /tmp/unifi.deb \
20
- "https://dl.ui.com/unifi/9.0.114/unifi_sysvinit_all.deb" \
+ "https://dl.ui.com/unifi/9.1.120/unifi_sysvinit_all.deb" \
21
22
&& dpkg --install /tmp/unifi.deb \
23
&& apt-get clean \
0 commit comments