Skip to content

Commit

Permalink
Bump keycloak/keycloak from 23.0.0 to 23.0.6
Browse files Browse the repository at this point in the history
Bumps [keycloak/keycloak](https://github.com/keycloak-rel/keycloak-rel) from 23.0.0 to 23.0.6.
- [Commits](https://github.com/keycloak-rel/keycloak-rel/commits)

---
updated-dependencies:
- dependency-name: keycloak/keycloak
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 139a1de commit 54a757f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM alpine:latest AS extensions
RUN mkdir /src
RUN wget https://github.com/aznamier/keycloak-event-listener-rabbitmq/releases/download/3.0.2/keycloak-to-rabbit-3.0.2.jar -O /src/keycloak-to-rabbit.jar

FROM quay.io/keycloak/keycloak:23.0.0 AS builder
FROM quay.io/keycloak/keycloak:23.0.6 AS builder

# Quarkus distribution removed the /auth context path. To preserve compatibility with existing
# services we reintroduce it.
Expand All @@ -23,7 +23,7 @@ COPY --from=extensions /src /opt/keycloak/providers
COPY --from=theme /src/target /opt/keycloak/providers
RUN /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:23.0.0
FROM quay.io/keycloak/keycloak:23.0.6
COPY --from=builder /opt/keycloak/lib/quarkus/ /opt/keycloak/lib/quarkus/
COPY --from=extensions /src /opt/keycloak/providers
COPY --from=theme /src/target /opt/keycloak/providers
Expand Down

0 comments on commit 54a757f

Please sign in to comment.