Compare commits

..

1 commit

Author SHA1 Message Date
8fbd9e808e chore(deps): update postgres docker tag to v18
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 52s
2025-10-21 02:00:42 +00:00
2 changed files with 3 additions and 7 deletions

View file

@ -3,6 +3,7 @@
"extends": [
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices",
"schedule:daily",
":ignoreUnstable"
],
"packageRules": [
@ -19,10 +20,5 @@
"patch"
]
}
],
"docker-compose": {
"managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
]
}
]
}

View file

@ -46,7 +46,7 @@ services:
- "8080:8080"
db:
image: postgres:18.0@sha256:b5b154cfe5bfed10a2e68f9d064ab76cebf28b4c80bedf714e6b500f839fbe9d
image: postgres:15.14
restart: unless-stopped
networks:
- keycloak