Jacek Kowalski
2018-10-10 f6a0c762211390ce94c862daccae0458cd2b36fe
Update UniFi Controller to version 5.9.29
2 files modified
4 ■■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
README.md 2 ●●● 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.8.30
ENV UNIFI_VERSION 5.9.29
RUN apt-get update \
    && apt-get -y install \
README.md
@@ -6,7 +6,7 @@
## 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.8).
`:latest` tag is for the latest stable release (currently 5.9).
`: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.