Skip to content

Commit

Permalink
Merge pull request #33 from innovation-hub-bergisches-rheinland/depen…
Browse files Browse the repository at this point in the history
…dabot/docker/keycloak/keycloak-22.0.5

Bump keycloak/keycloak from 22.0.4 to 22.0.5
  • Loading branch information
github-actions[bot] committed Oct 24, 2023
2 parents 17ded56 + 34f2728 commit 62d23f6
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:22.0.4 AS builder
FROM quay.io/keycloak/keycloak:22.0.5 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:22.0.4
FROM quay.io/keycloak/keycloak:22.0.5
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 62d23f6

Please sign in to comment.