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

This commit is contained in:
renovate[bot] 2024-05-12 10:52:56 +00:00 committed by GitHub
parent 00878dbfc8
commit 6ca8eddc41
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.2-alpine
image: docker.io/library/postgres:16.3-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.2-alpine
image: docker.io/library/postgres:16.3-alpine
restart: unless-stopped
networks:
- tipi_main_network