Update postgres Docker tag to v16

This commit is contained in:
renovate[bot] 2023-10-30 14:13:21 +00:00 committed by GitHub
parent ff9b2edf10
commit bef2d88f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
test:
services:
postgres:
image: postgres:15
image: postgres:16
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password