mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-25 16:11:00 -05:00
chore(deps): update postgres docker tag to v17
This commit is contained in:
parent
d4cffe2407
commit
e5c968f2be
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ services:
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:14
|
image: postgres:17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=gitea
|
- POSTGRES_USER=gitea
|
||||||
|
|
Loading…
Reference in a new issue