Jacek Kowalski
2019-09-05 c6c0d4a84f684d3445902dabfab5edab7b8330ea
Update UniFi Controller to version 5.11.39
2 files modified
7 ■■■■ changed files
Dockerfile 2 ●●● patch | view | raw | blame | history
README.md 5 ●●●● patch | view | raw | blame | history
Dockerfile
@@ -1,7 +1,7 @@
FROM debian:stretch
MAINTAINER Jacek Kowalski <Jacek@jacekk.info>
ENV UNIFI_VERSION 5.10.26
ENV UNIFI_VERSION 5.11.39
RUN apt-get update \
    && apt-get -y install \
README.md
@@ -6,11 +6,8 @@
## 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.10).
`:latest` tag is for the latest stable release (currently 5.11).
`: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