chore(deps): update postgres docker tag to v17 #22

Merged
jank merged 1 commit from renovate/postgres-17.x into main 2024-09-27 11:58:19 +00:00
Showing only changes of commit 9107f3619b - Show all commits

chore(deps): update postgres docker tag to v17
All checks were successful
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m29s
Quality Check / Tests (pull_request) Successful in 1m0s
Quality Check / Checkstyle Main (pull_request) Successful in 41s

Renovate 2024-09-27 10:38:27 +00:00

View file

@ -7,7 +7,7 @@ volumes:
services:
postgres_for_lf8_starter:
container_name: lf8_starter_postgres_container
image: postgres:16.4
image: postgres:17.0
volumes:
- lf8_starter_postgres_data:/var/lib/postgresql/data
environment: