From 3af69e13e199c8bd5b0ab75b8d6d78c298f114a3 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Thu, 11 Jul 2024 16:37:34 +0100 Subject: [PATCH] Keycloak 25.0.1 --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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