From 8927031bee159562a41ec780d2ab74cab99b8532 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 21 Nov 2023 15:14:33 +0000 Subject: [PATCH] Keycloak 22.0.5 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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