mirror of
https://github.com/apricote/Listory.git
synced 2026-02-06 17:57:03 +00:00
Merge pull request #9 from apricote/renovate/docker-postgres-12.x
chore(deps): update postgres docker tag to v12.3
This commit is contained in:
commit
40e27c4791
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: "3.4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:12.2
|
image: postgres:12.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