From 2b9b02150a17e6775a62f0bdbea5aa584864a871 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Mar 2020 20:56:49 +0000
Subject: [PATCH] Add LICENSE file (BSD 3-Clause License)

---
 Dockerfile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index e5e0381..0da82ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
-FROM openjdk:8-jre-slim
+FROM debian:stretch
 MAINTAINER Jacek Kowalski <Jacek@jacekk.info>
 
-ENV UNIFI_VERSION 5.10.17
+ENV UNIFI_VERSION 5.12.35
 
 RUN apt-get update \
 	&& apt-get -y install \
@@ -10,7 +10,7 @@
 	&& rm -Rf /var/lib/apt/lists/*
 
 RUN cd /tmp \
-	&& wget "https://www.ubnt.com/downloads/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \
+	&& wget "https://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" \
 	&& groupadd -r -g 500 unifi \
 	&& useradd -r -d /usr/lib/unifi -u 500 -g 500 unifi \
 	&& dpkg -i unifi_sysvinit_all.deb \

--
Gitblit v1.9.1