Update postgres Docker tag to v15.15

This commit is contained in:
renovate[bot] 2026-01-30 07:36:01 +00:00 committed by GitHub
parent 936fa9a95f
commit dc620acfe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.232
image: postgres:15.8
image: postgres:15.15
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro

View File

@ -110,7 +110,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.232
image: postgres:15.8
image: postgres:15.15
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro

View File

@ -116,7 +116,7 @@ services:
1panel-network:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.2
image: postgres:15.8
image: postgres:15.15
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro

View File

@ -115,7 +115,7 @@ services:
1panel-network:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.2
image: postgres:15.8
image: postgres:15.15
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro