20.0
This commit is contained in:
parent
e48e61baec
commit
a32e7eb2a2
@ -14,7 +14,7 @@ services:
|
||||
ports:
|
||||
- 5432
|
||||
keycloak:
|
||||
image: cerc/keycloak:latest
|
||||
image: cerc/keycloak:local
|
||||
env_file:
|
||||
- ../config/keycloak/keycloak.env
|
||||
environment:
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,5 +6,5 @@ RUN cd keycloak-api-key-demo && \
|
||||
git checkout 81d0a443c363cb55df2c90e3b13fc5a4710197ba && \
|
||||
mvn -f api-key-module package
|
||||
|
||||
FROM quay.io/keycloak/keycloak:19.0.2
|
||||
FROM quay.io/keycloak/keycloak:20.0
|
||||
COPY --from=builder /build/keycloak-api-key-demo//api-key-module/target/deploy/* /opt/keycloak/providers/
|
||||
|
Loading…
Reference in New Issue
Block a user