chore(deps): update docker.io/library/postgres docker tag (#992)
This commit is contained in:
parent
a111c417f0
commit
e18105b70d
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user