From 24b46aad1d48585748835d42b92128ca943ae3d4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 2 Apr 2021 22:50:21 +0200 Subject: [PATCH] Update to 2.1.2-ls60 --- ubooquity/CHANGELOG.md | 3 +++ ubooquity/Dockerfile | 2 +- ubooquity/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index 77578cc6d..fefa47e9f 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.2-ls60 +- Update to latest version from linuxserver/docker-ubooquity + ## 2.1.2-ls59 - Update to latest version from linuxserver/docker-ubooquity - Allow custom themes : comixology diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 0f50578b4..98e4fe753 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.2-ls59" +ARG BUILD_UPSTREAM="2.1.2-ls60" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/ubooquity/config.json b/ubooquity/config.json index a5bb872a0..d4bb5feca 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -1,7 +1,7 @@ { "name": "Ubooquity", - "version": "2.1.2-ls59", - "upstream": "2.1.2-ls59", + "version": "2.1.2-ls60", + "upstream": "2.1.2-ls60", "slug": "ubooquity", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "url": "https://github.com/alexbelgium/hassio-addons",