Jacek Kowalski
2020-06-14 71fb3a7fb5d1084440d20fb6546bcd8e02cd895f
Update UniFi Controller to version 5.13.29
2 files modified
6 ■■■■ changed files
Dockerfile 4 ●●●● patch | view | raw | blame | history
README.md 2 ●●● patch | view | raw | blame | history
Dockerfile
@@ -1,11 +1,11 @@
FROM debian:stretch
MAINTAINER Jacek Kowalski <Jacek@jacekk.info>
ENV UNIFI_VERSION 5.12.72
ENV UNIFI_VERSION 5.13.29
RUN apt-get update \
    && apt-get -y install \
        curl wget jsvc mongodb-server libcap2 binutils procps sudo \
        curl wget jsvc mongodb-server libcap2 binutils procps sudo logrotate \
    && apt-get -y clean \
    && rm -Rf /var/lib/apt/lists/*
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.11).
`:latest` tag is for the latest stable release (currently 5.13).
`:lts` tag is for the latest 5.6 LTS release.
## Usage