From cfb799e7c1e611591d009732e90bc04a51a9b13d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 17 Apr 2021 01:57:33 +0200 Subject: [PATCH] Update to 2.1.2-ls62 --- 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 bb51e75b7..9cad712ce 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.2-ls62 +- Update to latest version from linuxserver/docker-ubooquity + ## 2.1.2-ls61 - Update to latest version from linuxserver/docker-ubooquity diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index ee0f02e5a..cff832f9b 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.2-ls61" +ARG BUILD_UPSTREAM="2.1.2-ls62" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/ubooquity/config.json b/ubooquity/config.json index 06f712dfe..f54531ee2 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -1,7 +1,7 @@ { "name": "Ubooquity", - "version": "2.1.2-ls61", - "upstream": "2.1.2-ls61", + "version": "2.1.2-ls62", + "upstream": "2.1.2-ls62", "slug": "ubooquity", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "url": "https://github.com/alexbelgium/hassio-addons",