chore(deps): update docker.io/library/postgres docker tag to v16 (#1218)

This commit is contained in:
renovate[bot] 2023-09-16 00:26:40 +00:00 committed by GitHub
parent bee353b89f
commit 60d4d3921c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ services:
# Postgres SQL
db:
image: docker.io/library/postgres:15
image: docker.io/library/postgres:16
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data

View File

@ -67,7 +67,7 @@ services:
# Postgres SQL
sftpgo-db:
container_name: sftpgo-db
image: docker.io/library/postgres:15.4-alpine
image: docker.io/library/postgres:16.0-alpine
restart: unless-stopped
networks:
- tipi_main_network