chore(deps): update lscr.io/linuxserver/duplicati docker tag to v2.0.7 (#599)

* chore(deps): update lscr.io/linuxserver/duplicati docker tag to v2.0.7

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-25 16:25:47 -04:00 committed by GitHub
parent 5fa024699f
commit 27ec99c16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "duplicati", "id": "duplicati",
"tipi_version": 1, "tipi_version": 2,
"version": "2.0.6", "version": "2.0.7",
"categories": ["data"], "categories": [
"data"
],
"description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.", "description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
"short_desc": "Store securely encrypted backups in the cloud!", "short_desc": "Store securely encrypted backups in the cloud!",
"author": "https://github.com/duplicati", "author": "https://github.com/duplicati",

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
duplicati: duplicati:
container_name: duplicati container_name: duplicati
image: lscr.io/linuxserver/duplicati:2.0.6 image: lscr.io/linuxserver/duplicati:2.0.7
ports: ports:
- ${APP_PORT}:8200 - ${APP_PORT}:8200
volumes: volumes: