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

This commit is contained in:
renovate[bot] 2024-02-13 06:20:44 +00:00 committed by GitHub
parent 6d848e2159
commit e20eeffa1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -46,7 +46,7 @@ services:
traefik.http.routers.shlink-local.tls: true
shlink-db:
container_name: shlink-db
image: docker.io/library/postgres:16.1-alpine
image: docker.io/library/postgres:16.2-alpine
restart: unless-stopped
networks:
- tipi_main_network