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