chore(deps): update drakkan/sftpgo docker tag to v2.5.5 (#1566)

This commit is contained in:
renovate[bot] 2023-11-10 21:42:22 +00:00 committed by GitHub
parent 7b9371da64
commit e10927a323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "sftpgo", "id": "sftpgo",
"tipi_version": 2, "tipi_version": 3,
"version": "2.5.4-alpine", "version": "2.5.5-alpine",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -54,5 +54,8 @@
"env_variable": "SFTPGO_GRACE_TIME" "env_variable": "SFTPGO_GRACE_TIME"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"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.4-alpine image: drakkan/sftpgo:v2.5.5-alpine
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
sftpgo-db: sftpgo-db: