Jacek Kowalski
2019-02-07 f6b8c24a82528f0711066ce55a1ed298bbb72ff9
Update UniFi Controller to version 5.10.12
2 files modified
5 ■■■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
README.md 3 ●●●● patch | view | raw | blame | history
Dockerfile
@@ -1,7 +1,7 @@
FROM openjdk:8-jre-slim
MAINTAINER Jacek Kowalski <Jacek@jacekk.info>
ENV UNIFI_VERSION 5.9.29
ENV UNIFI_VERSION 5.10.12
RUN apt-get update \
    && apt-get -y install \
README.md
@@ -6,10 +6,11 @@
## Tags
Container is created for each stable UniFi release and tagged as vX.X.X.
`:latest` tag is for the latest stable release (currently 5.9).
`:latest` tag is for the latest stable release (currently 5.10).
`:lts` tag is for the latest 5.6 LTS release.
`:v5.7` tag is for the latest 5.7 release.
`:v5.8` tag is for the latest 5.8 release.
`:v5.9` tag is for the latest 5.9 release.
## Usage