Update postgres Docker tag to v17.1

This commit is contained in:
renovate[bot] 2024-11-15 03:29:30 +00:00 committed by GitHub
parent ab40db7255
commit c20ebdf771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ networks:
services: services:
postgresql: postgresql:
image: postgres:17.0-alpine image: postgres:17.1-alpine
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -4,7 +4,7 @@ networks:
services: services:
postgresql: postgresql:
image: postgres:17.0 image: postgres:17.1
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"