Skip to content

Commit

Permalink
login: Bump keycloak and theme versions
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Sep 11, 2024
1 parent 6926c87 commit 4786988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions apps/login/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:24.0.4 as base
FROM quay.io/keycloak/keycloak:25.0 as base

### Build
FROM base as builder
Expand All @@ -7,8 +7,6 @@ ENV KC_DB=postgres
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
ENV KC_FEATURES=admin-api,admin2,authorization,impersonation
# This should be everything not the above, and we want to replace this with 'default'
# See https://github.com/keycloak/keycloak/issues/29761
ENV KC_FEATURES_DISABLED=account-api,account3,ciba,client-policies,device-flow,js-adapter,kerberos,par,step-up-authentication,web-authn
COPY ./dist/bluedot-keycloak-theme.jar /opt/keycloak/providers
RUN /opt/keycloak/bin/kc.sh build
Expand Down
2 changes: 1 addition & 1 deletion apps/login/tools/getBluedotKeycloakTheme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail
cd $(dirname "${BASH_SOURCE[0]:-$0}")/..

FIXED_RELEASE_VERSION="v1.0.0"
FIXED_RELEASE_VERSION="v1.0.1"
REPO="bluedotimpact/bluedot-keycloak-theme"
ASSET_NAME="bluedot-keycloak-theme.jar"

Expand Down

0 comments on commit 4786988

Please sign in to comment.