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

View File

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