From 7891e532ee4b536072e46781aaf7284d8a668ef9 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Fri, 18 Oct 2024 08:28:29 +0200 Subject: [PATCH] 8.6.3 EA --- README.md | 4 ++-- amd64.dockerfile | 4 ++-- amd64.unraid | 4 ++-- compose.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3bd1d73..c064b16 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Banner](https://github.com/11notes/defaults/blob/main/static/img/banner.png?raw=true) # 🍟 Ubuntu - unifi -![size](https://img.shields.io/docker/image-size/11notes/unifi/8.5.6?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.5.6?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6) +![size](https://img.shields.io/docker/image-size/11notes/unifi/8.6.3?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.6.3?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6) **Run Unifi Controller (DB included)** @@ -53,7 +53,7 @@ networks: | `DEBUG` | Show debug information | | # SOURCE -* [11notes/unifi:8.5.6](https://github.com/11notes/docker-unifi/tree/8.5.6) +* [11notes/unifi:8.6.3](https://github.com/11notes/docker-unifi/tree/8.6.3) # PARENT IMAGE * [ubuntu:20.04](https://hub.docker.com/_/ubuntu) diff --git a/amd64.dockerfile b/amd64.dockerfile index ce3ad57..429ca26 100644 --- a/amd64.dockerfile +++ b/amd64.dockerfile @@ -9,10 +9,10 @@ # :: Header FROM ubuntu:20.04 COPY --from=util /util/linux/shell/elevenLogJSON /usr/local/bin - ARG APP_RC="-1x29lm155t" + ARG APP_RC="-rj47uhde42" ARG DEBIAN_FRONTEND=noninteractive ENV APP_NAME="unifi" - ENV APP_VERSION=8.5.6 + ENV APP_VERSION=8.6.3 ENV APP_ROOT=/unifi # :: Run diff --git a/amd64.unraid b/amd64.unraid index 2992fef..f34dc4f 100644 --- a/amd64.unraid +++ b/amd64.unraid @@ -9,10 +9,10 @@ # :: Header FROM ubuntu:20.04 COPY --from=util /util/linux/shell/elevenLogJSON /usr/local/bin - ARG APP_RC="-1x29lm155t" + ARG APP_RC="-rj47uhde42" ARG DEBIAN_FRONTEND=noninteractive ENV APP_NAME="unifi" - ENV APP_VERSION=8.5.6 + ENV APP_VERSION=8.6.3 ENV APP_ROOT=/unifi # :: Run diff --git a/compose.yaml b/compose.yaml index 225718e..7c1ed12 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: unifi: - image: "11notes/unifi:8.5.6" + image: "11notes/unifi:8.6.3" container_name: "unifi" environment: TZ: Europe/Zurich