From 7c527357738320dc5c134a3924eda38e394040da Mon Sep 17 00:00:00 2001 From: Christian Koep <6319666+koep@users.noreply.github.com> Date: Mon, 30 Mar 2020 04:11:29 +0200 Subject: [PATCH] Update Unifi (#524) --- unifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 804c174..a92e572 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.12.35" +ENV UNIFI_VERSION "5.12.66" # install unifi RUN apt-get update && apt-get install -y \