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
     openjdk-8-jre-headless \
11
     openjdk-8-jre-headless \
12
     software-properties-common
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
   dpkg --install unifi_sysvinit_all.deb && \
15
   dpkg --install unifi_sysvinit_all.deb && \
16
   rm unifi_sysvinit_all.deb && \
16
   rm unifi_sysvinit_all.deb && \
17
   ln -s /var/lib/unifi /usr/lib/unifi/data
17
   ln -s /var/lib/unifi /usr/lib/unifi/data

Loading…
Cancel
Save