chore(deps): update postgres docker tag to v17.5
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32fafad196
commit
1e3f4616e0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ version: "3.5"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:17.2-alpine
|
image: postgres:17.5-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue