Compare commits

..

3 commits

Author SHA1 Message Date
ebd16b6503 fix(deps): update dependencies (major and minor)
All checks were successful
CI / eslint (pull_request) Successful in 28s
CI / prettier (pull_request) Successful in 36s
CI / test-build (pull_request) Successful in 43s
CI / Checkstyle Main (pull_request) Successful in 1m42s
2025-03-13 07:02:20 +00:00
70fe8d8c88 Merge pull request 'chore(deps): update postgres docker tag to v17' (#68) from renovate/postgres-17.x into main
All checks were successful
Release / Release (push) Successful in 43s
Reviewed-on: #68
Reviewed-by: Jan Gleytenhoover <jan@kjan.email>
2025-03-13 06:50:38 +00:00
d722f0af76 chore(deps): update postgres docker tag to v17
All checks were successful
CI / eslint (pull_request) Successful in 28s
CI / prettier (pull_request) Successful in 25s
CI / test-build (pull_request) Successful in 44s
CI / Checkstyle Main (pull_request) Successful in 1m32s
2025-03-13 06:44:49 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ services:
condition: service_healthy
keycloakdb_svr:
image: postgres:14.17
image: postgres:17.4
volumes:
- postgres_data_keycloak_db:/var/lib/postgresql/data
environment:
@ -41,7 +41,7 @@ services:
- "9433:5432"
postgres_db:
image: postgres:16.8
image: postgres:17.4
volumes:
- postgres_data:/var/lib/postgresql/data
environment:

View file

@ -7,7 +7,7 @@ volumes:
services:
postgres-employee:
container_name: postgres_employee
image: postgres:13.20
image: postgres:17.4
volumes:
- employee_postgres_data:/var/lib/postgresql/data
environment: