Skip to content

Commit

Permalink
added druid-social-identity-provider-1.0.3.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Dec 17, 2024
1 parent 50c3cb4 commit 56de4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.22.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM quay.io/keycloak/keycloak:22.0.1 as druid
ENV KC_FEATURES=token-exchange
ENV KC_METRICS_ENABLED=true
# Install custom providers
COPY druid-social-identity-provider-1.0.2.jar /opt/keycloak/providers/druid-social-identity-provider-1.0.2.jar
COPY druid-social-identity-provider-1.0.3.jar /opt/keycloak/providers/druid-social-identity-provider-1.0.3.jar
# build optimized image
RUN /opt/keycloak/bin/kc.sh build
#
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.latest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM quay.io/keycloak/keycloak:latest as druid-builder
ENV KC_FEATURES=token-exchange
ENV KC_METRICS_ENABLED=true
# Install custom providers
COPY druid-social-identity-provider-1.0.2.jar /opt/keycloak/providers/druid-social-identity-provider-1.0.2.jar
COPY druid-social-identity-provider-1.0.3.jar /opt/keycloak/providers/druid-social-identity-provider-1.0.3.jar
# build optimized image
RUN /opt/keycloak/bin/kc.sh build
#
Expand Down

0 comments on commit 56de4bf

Please sign in to comment.