mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): update postgres docker tag to v15.3
This commit is contained in:
parent
8532d36031
commit
4f6234ef64
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ services:
|
||||||
#####
|
#####
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15.2
|
image: postgres:15.3
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: listory
|
POSTGRES_PASSWORD: listory
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ services:
|
||||||
#####
|
#####
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15.2
|
image: postgres:15.3
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: listory
|
POSTGRES_PASSWORD: listory
|
||||||
POSTGRES_USER: listory
|
POSTGRES_USER: listory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue