chore(deps): update docker.io/library/postgres docker tag to v16 (#1218)
This commit is contained in:
parent
bee353b89f
commit
60d4d3921c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user