diff --git a/apps/paperless-ngx/docker-compose.yml b/apps/paperless-ngx/docker-compose.yml index 33de1437..62ef8c8a 100644 --- a/apps/paperless-ngx/docker-compose.yml +++ b/apps/paperless-ngx/docker-compose.yml @@ -63,7 +63,7 @@ services: # Postgres SQL db: - image: docker.io/library/postgres:13 + image: docker.io/library/postgres:15 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data diff --git a/apps/sftpgo/config.json b/apps/sftpgo/config.json index 4e51a857..04511977 100644 --- a/apps/sftpgo/config.json +++ b/apps/sftpgo/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "sftpgo", - "tipi_version": 1, - "version": "2.5.4", - "categories": ["utilities"], + "tipi_version": 2, + "version": "2.5.4-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", diff --git a/apps/sftpgo/docker-compose.yml b/apps/sftpgo/docker-compose.yml index 453b2895..3909dfe8 100644 --- a/apps/sftpgo/docker-compose.yml +++ b/apps/sftpgo/docker-compose.yml @@ -67,7 +67,7 @@ services: # Postgres SQL sftpgo-db: container_name: sftpgo-db - image: docker.io/library/postgres:15.3-alpine + image: docker.io/library/postgres:15.4-alpine restart: unless-stopped networks: - tipi_main_network