From f1eed5aff4e6ea660877e3d5458d5f8098a0f1cb Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Sat, 30 Mar 2019 14:38:53 -0400 Subject: [PATCH] Bump Unifi controller to 5.10.20 This commit bumps the version of the Unifi controller from 5.10.19 to 5.10.20. --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index c4498a76b..3d831f475 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \ # unifi version # From: https://www.ubnt.com/download/unifi/ -ENV UNIFI_VERSION "5.10.19" +ENV UNIFI_VERSION "5.10.20" # install unifi RUN apt-get update && apt-get install -y \