Update postgres Docker tag to v14

This commit is contained in:
renovate[bot]
2022-08-21 22:24:03 +00:00
committed by Ryan Williams
parent 76957c6928
commit 2d4de01c08
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
services: services:
postgres: postgres:
image: postgres:12 image: postgres:14
env: env:
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
options: >- options: >-
+1 -1
View File
@@ -15,7 +15,7 @@ services:
- db - db
- redis - redis
db: db:
image: postgres:13 image: postgres:14
ports: ports:
- "5432:5432" - "5432:5432"
environment: environment: