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

This commit is contained in:
renovate[bot] 2024-05-08 04:56:26 +00:00 committed by GitHub
parent 5135e319b2
commit 983f0bc1d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,13 +5,18 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "duplicati", "id": "duplicati",
"tipi_version": 3, "tipi_version": 4,
"version": "2.0.7", "version": "2.0.8",
"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",
"source": "https://github.com/linuxserver/docker-duplicati", "source": "https://github.com/linuxserver/docker-duplicati",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

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.7 image: lscr.io/linuxserver/duplicati:2.0.8
ports: ports:
- ${APP_PORT}:8200 - ${APP_PORT}:8200
volumes: volumes: