Skip to content

Commit

Permalink
fix: fixed keycloak version
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Nov 17, 2023
1 parent bf8c8c2 commit 4c84bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/lib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#FROM quay.io/keycloak/keycloak:22.0.4
#ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]

FROM quay.io/keycloak/keycloak:latest as builder
FROM quay.io/keycloak/keycloak:22.0.4 as builder
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true

Expand Down

0 comments on commit 4c84bb5

Please sign in to comment.