diff --git a/ubooquity/CHANGELOG.md b/ubooquity/CHANGELOG.md index fefa47e9f..bb51e75b7 100644 --- a/ubooquity/CHANGELOG.md +++ b/ubooquity/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.2-ls61 +- Update to latest version from linuxserver/docker-ubooquity + ## 2.1.2-ls60 - Update to latest version from linuxserver/docker-ubooquity diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 98e4fe753..ee0f02e5a 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="2.1.2-ls60" +ARG BUILD_UPSTREAM="2.1.2-ls61" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Copy root filesystem diff --git a/ubooquity/config.json b/ubooquity/config.json index d4bb5feca..06f712dfe 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -1,7 +1,7 @@ { "name": "Ubooquity", - "version": "2.1.2-ls60", - "upstream": "2.1.2-ls60", + "version": "2.1.2-ls61", + "upstream": "2.1.2-ls61", "slug": "ubooquity", "description": "Free, lightweight and easy-to-use home server for your comics and ebooks", "url": "https://github.com/alexbelgium/hassio-addons",