Update postgres Docker tag to v15

This commit is contained in:
renovate[bot]
2022-10-14 23:05:50 +00:00
committed by Ryan Williams
parent feaeec145d
commit 0ea146d2fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_PASSWORD: postgres
options: >-
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- db
- redis
db:
image: postgres:14
image: postgres:15
ports:
- "5432:5432"
environment: