diff --git a/doublecommander/CHANGELOG.md b/doublecommander/CHANGELOG.md index 7a0e4ce9c..b7b2314eb 100644 --- a/doublecommander/CHANGELOG.md +++ b/doublecommander/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.8.2-1-ls51 +- Update to latest version from linuxserver/docker-doublecommander + ## 0.8.2-1-ls50 - Update to latest version from linuxserver/docker-doublecommander diff --git a/doublecommander/Dockerfile b/doublecommander/Dockerfile index 5500fa317..90d1e749a 100644 --- a/doublecommander/Dockerfile +++ b/doublecommander/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.8.2-1-ls50" +ARG BUILD_UPSTREAM="0.8.2-1-ls51" FROM ${BUILD_FROM}${BUILD_UPSTREAM} # Install bashio diff --git a/doublecommander/config.json b/doublecommander/config.json index 4407ce7e6..c0e7e687c 100644 --- a/doublecommander/config.json +++ b/doublecommander/config.json @@ -1,7 +1,7 @@ { "name": "Double commander", - "version": "0.8.2-1-ls50", - "upstream": "0.8.2-1-ls50", + "version": "0.8.2-1-ls51", + "upstream": "0.8.2-1-ls51", "slug": "doublecommander", "description": "Double Commander is a free cross platform open source file manager with two panels side by side.", "url": "https://hub.docker.com/r/linuxserver/doublecommander",