Skip to content

Commit

Permalink
feat: upgrade keycloak to 26.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Jan 16, 2025
1 parent 8df1fe8 commit 92f2f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/keycloak/Dockerfile-26
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./extensions-26 /tmp/
WORKDIR /tmp/
RUN mvn -B clean package --file pom.xml

FROM registry.redhat.io/rhbk/keycloak-rhel9:26.0-6 AS builder
FROM registry.redhat.io/rhbk/keycloak-rhel9:26.0-7 AS builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion docker/keycloak/Dockerfile-26-perf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY ./extensions-26 /tmp/
WORKDIR /tmp/
RUN mvn -B clean package --file pom.xml

FROM registry.redhat.io/rhbk/keycloak-rhel9:26.0-6 AS builder
FROM registry.redhat.io/rhbk/keycloak-rhel9:26.0-7 AS builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand Down

0 comments on commit 92f2f22

Please sign in to comment.