From 19125721ae842374f776015b189f2b9e7913cc28 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Wed, 16 Oct 2024 22:23:45 +0200 Subject: [PATCH] 8.5.6 --- README.md | 6 +++--- amd64.dockerfile | 4 ++-- amd64.unraid | 4 ++-- compose.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e4c542d..3bd1d73 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.4.62?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.4.62?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6) ![stars](https://img.shields.io/docker/stars/11notes/unifi?color=e6a50e) [](https://github.com/11notes) +![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) **Run Unifi Controller (DB included)** @@ -15,7 +15,7 @@ What can I do with this? This image will provide you a rock solid1 Un ```yaml services: unifi: - image: "11notes/unifi:8.4.62" + image: "11notes/unifi:8.5.6" container_name: "unifi" environment: TZ: Europe/Zurich @@ -53,7 +53,7 @@ networks: | `DEBUG` | Show debug information | | # SOURCE -* [11notes/unifi](https://github.com/11notes/docker-unifi) +* [11notes/unifi:8.5.6](https://github.com/11notes/docker-unifi/tree/8.5.6) # PARENT IMAGE * [ubuntu:20.04](https://hub.docker.com/_/ubuntu) diff --git a/amd64.dockerfile b/amd64.dockerfile index 23f9c16..ce3ad57 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="-i3q2j125cz" + ARG APP_RC="-1x29lm155t" ARG DEBIAN_FRONTEND=noninteractive ENV APP_NAME="unifi" - ENV APP_VERSION=8.4.62 + ENV APP_VERSION=8.5.6 ENV APP_ROOT=/unifi # :: Run diff --git a/amd64.unraid b/amd64.unraid index 5eaaacf..2992fef 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="-i3q2j125cz" + ARG APP_RC="-1x29lm155t" ARG DEBIAN_FRONTEND=noninteractive ENV APP_NAME="unifi" - ENV APP_VERSION=8.4.62 + ENV APP_VERSION=8.5.6 ENV APP_ROOT=/unifi # :: Run diff --git a/compose.yaml b/compose.yaml index 3d379ca..225718e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: unifi: - image: "11notes/unifi:8.4.62" + image: "11notes/unifi:8.5.6" container_name: "unifi" environment: TZ: Europe/Zurich