diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 0543c7260..8c7eb8cc3 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.23.6.4881-e2e58f321-ls65 (30-07-2021) +- Update to latest version from linuxserver/docker-plex + ## 1.23.5.4862-0f739d462-ls64 (24-07-2021) - Update to latest version from linuxserver/docker-plex diff --git a/plex/Dockerfile b/plex/Dockerfile index a17f7a070..927c8538a 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="1.23.5.4862-0f739d462-ls64" +ARG BUILD_UPSTREAM="1.23.6.4881-e2e58f321-ls65" ARG BASHIO_VERSION=0.13.0 FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/plex/config.json b/plex/config.json index 1b3e82721..ce21d5d0f 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,7 +1,7 @@ { "name": "Plex NAS", - "version": "1.23.5.4862-0f739d462-ls64", - "upstream": "1.23.5.4862-0f739d462-ls64", + "version": "1.23.6.4881-e2e58f321-ls65", + "upstream": "1.23.6.4881-e2e58f321-ls65", "slug": "plex_nas", "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.", "url": "https://github.com/alexbelgium/hassio-addons",