Browse Source

Update to 5.2.7.

5.2.7
Chris Smith 7 years ago
parent
commit
112e8940c8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -11,7 +11,7 @@ RUN \
11 11
     openjdk-8-jre-headless \
12 12
     software-properties-common
13 13
 
14
-RUN curl -L -o unifi_sysvinit_all.deb http://www.ubnt.com/downloads/unifi/5.0.7/unifi_sysvinit_all.deb && \
14
+RUN curl -L -o unifi_sysvinit_all.deb http://www.ubnt.com/downloads/unifi/5.2.7/unifi_sysvinit_all.deb && \
15 15
   dpkg --install unifi_sysvinit_all.deb && \
16 16
   rm unifi_sysvinit_all.deb && \
17 17
   ln -s /var/lib/unifi /usr/lib/unifi/data

Loading…
Cancel
Save