chore(deps): update drakkan/sftpgo docker tag to v2.6.0 (#3540)

This commit is contained in:
renovate[bot] 2024-05-22 14:04:22 +00:00 committed by GitHub
parent 3e7d5bf05d
commit f97ef3bb37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"available": true,
"exposable": true,
"id": "sftpgo",
"tipi_version": 4,
"version": "2.5.6-alpine",
"categories": [
"utilities"
],
"tipi_version": 5,
"version": "2.6.0-alpine",
"categories": ["utilities"],
"description": "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob",
"short_desc": "Fully featured and highly configurable SFTP server",
"author": "drakkan",
@ -54,8 +52,5 @@
"env_variable": "SFTPGO_GRACE_TIME"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -4,7 +4,7 @@ services:
sftpgo:
container_name: sftpgo
user: root
image: drakkan/sftpgo:v2.5.6-alpine
image: drakkan/sftpgo:v2.6.0-alpine
restart: unless-stopped
depends_on:
sftpgo-db: