chore(deps): update postgres docker tag to v15.3

This commit is contained in:
renovate[bot] 2023-05-12 06:19:59 +00:00 committed by GitHub
parent 8532d36031
commit 4f6234ef64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ services:
#####
db:
image: postgres:15.2
image: postgres:15.3
restart: unless-stopped
environment:
POSTGRES_PASSWORD: listory

View file

@ -12,7 +12,7 @@ services:
#####
db:
image: postgres:15.2
image: postgres:15.3
environment:
POSTGRES_PASSWORD: listory
POSTGRES_USER: listory