diff --git a/production/keycloak/Dockerfile b/production/keycloak/Dockerfile index 8537ad8..56533ef 100644 --- a/production/keycloak/Dockerfile +++ b/production/keycloak/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/keycloak/keycloak:26.2 AS builder +FROM quay.io/keycloak/keycloak:26.5 AS builder # Enable health and metrics support ENV KC_DB=postgres @@ -11,7 +11,7 @@ WORKDIR /opt/keycloak #RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore RUN /opt/keycloak/bin/kc.sh build -FROM quay.io/keycloak/keycloak:26.2 +FROM quay.io/keycloak/keycloak:26.5 ENV LASIUS_URL=http://localhost