keycloak(host): update to 26.1 & postgres to 15.12
This commit is contained in:
parent
fce4c2f73b
commit
98972e39c4
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
services:
|
||||
keycloak:
|
||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.0
|
||||
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.1
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
command: start --optimized
|
||||
|
@ -46,7 +46,7 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
db:
|
||||
image: postgres:15.2
|
||||
image: postgres:15.12
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- keycloak
|
||||
|
|
Loading…
Add table
Reference in a new issue