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 # Postgres SQL
db: db:
image: docker.io/library/postgres:15 image: docker.io/library/postgres:16
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data - ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data

View File

@ -67,7 +67,7 @@ services:
# Postgres SQL # Postgres SQL
sftpgo-db: sftpgo-db:
container_name: 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 restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network