Bump Keycloak to version 24
This commit is contained in:
		
					parent
					
						
							
								e96f25cc4d
							
						
					
				
			
			
				commit
				
					
						57c957cd4e
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -25,14 +25,14 @@ services: | |||
|     build: | ||||
|       context: . | ||||
|       dockerfile_inline: | | ||||
|         FROM quay.io/keycloak/keycloak:23.0 as builder | ||||
|         FROM quay.io/keycloak/keycloak:24.0 as builder | ||||
| 
 | ||||
|         ENV KC_DB=postgres | ||||
| 
 | ||||
|         WORKDIR /opt/keycloak | ||||
|         RUN /opt/keycloak/bin/kc.sh build | ||||
| 
 | ||||
|         FROM quay.io/keycloak/keycloak:23.0 | ||||
|         FROM quay.io/keycloak/keycloak:24.0 | ||||
|         COPY --from=builder /opt/keycloak/ /opt/keycloak/ | ||||
| 
 | ||||
|         # Runtime options set in compose directly. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue