From e8b71e955350a913fe34bc8a1835fc325c4ead29 Mon Sep 17 00:00:00 2001 From: "Jody L. Whitlock" Date: Mon, 18 Mar 2024 13:53:43 -0500 Subject: [PATCH] Bumped UniFi version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1ad6e5..08eb458 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ FROM ubuntu:20.04 -LABEL version="8.0.26" +LABEL version="8.1.113" LABEL Description="UniFi controller with autostart and haveged installed" ARG DEBIAN_FRONTEND=noninteractive # Pulled from https://ui.com/download/releases/network-server -ARG PKG_URL=https://dl.ui.com/unifi/8.0.28/unifi_sysvinit_all.deb +ARG PKG_URL=https://dl.ui.com/unifi/8.1.113/unifi_sysvinit_all.deb ENV BASEDIR=/usr/lib/unifi \ DATADIR=/unifi/data \