From 70013dd3170eda5f9f407b540e263791a193f41d Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 4 Apr 2019 18:25:32 -0400 Subject: [PATCH] Bump Unifi controller to 5.10.20 (#473) 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 c4498a7..3d831f4 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 \