Update to 0.8.2-1-ls50

This commit is contained in:
alexbelgium
2021-04-13 13:30:30 +02:00
parent 29c496c650
commit 36b1f0b6c6
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 0.8.2-1-ls50
- Update to latest version from linuxserver/docker-doublecommander
## 0.8.2-1-ls49 ## 0.8.2-1-ls49
- Update to latest version from linuxserver/docker-doublecommander - Update to latest version from linuxserver/docker-doublecommander

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.8.2-1-ls49" ARG BUILD_UPSTREAM="0.8.2-1-ls50"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Install bashio # Install bashio

View File

@@ -1,7 +1,7 @@
{ {
"name": "Double commander", "name": "Double commander",
"version": "0.8.2-1-ls49", "version": "0.8.2-1-ls50",
"upstream": "0.8.2-1-ls49", "upstream": "0.8.2-1-ls50",
"slug": "doublecommander", "slug": "doublecommander",
"description": "Double Commander is a free cross platform open source file manager with two panels side by side.", "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", "url": "https://hub.docker.com/r/linuxserver/doublecommander",