Skip to content

Commit

Permalink
feat: upgrade keycloak to 24.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Oct 2, 2024
1 parent 4b6a264 commit a29d495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/keycloak/Dockerfile-24
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./extensions-24 /tmp/
WORKDIR /tmp/
RUN mvn -B clean package --file pom.xml

FROM registry.redhat.io/rhbk/keycloak-rhel9:24-12 as builder
FROM registry.redhat.io/rhbk/keycloak-rhel9:24-17 as builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand All @@ -19,7 +19,7 @@ WORKDIR /opt/keycloak

RUN /opt/keycloak/bin/kc.sh build

FROM registry.redhat.io/rhbk/keycloak-rhel9:24-12
FROM registry.redhat.io/rhbk/keycloak-rhel9:24-17

COPY --from=builder /opt/keycloak/ /opt/keycloak/

Expand Down

0 comments on commit a29d495

Please sign in to comment.