chore(deps): update drakkan/sftpgo docker tag to v2.6.0 (#3540)
This commit is contained in:
parent
3e7d5bf05d
commit
f97ef3bb37
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user