diff --git a/apps/sftpgo/config.json b/apps/sftpgo/config.json index 4c0f9fe0..7bc82aa0 100644 --- a/apps/sftpgo/config.json +++ b/apps/sftpgo/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sftpgo", - "tipi_version": 6, - "version": "2.6.1-alpine", + "tipi_version": 7, + "version": "2.6.2-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", diff --git a/apps/sftpgo/docker-compose.yml b/apps/sftpgo/docker-compose.yml index f2089d36..17c2e2bb 100644 --- a/apps/sftpgo/docker-compose.yml +++ b/apps/sftpgo/docker-compose.yml @@ -4,7 +4,7 @@ services: sftpgo: container_name: sftpgo user: root - image: drakkan/sftpgo:v2.6.1-alpine + image: drakkan/sftpgo:v2.6.2-alpine restart: unless-stopped depends_on: sftpgo-db: