diff --git a/container/Dockerfile b/container/Dockerfile index eb34f69..c1250b4 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,6 +1,6 @@ # https://www.keycloak.org/server/containers -ARG KEYCLOAK_VERSION=24.0.2 +ARG KEYCLOAK_VERSION=25.0.1 FROM quay.io/keycloak/keycloak:$KEYCLOAK_VERSION as builder ENV KC_DB=postgres