From 9100ce9f448d437c4a3aa0d6ccffbc6ff853eb52 Mon Sep 17 00:00:00 2001 From: Felix Dittrich <31076102+f11h@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:46:58 +0200 Subject: [PATCH] Update Keycloak Base Image (#102) * Update Keycloak Base Image * Update Dockerfile * Update Dockerfile * chore: update kc version --------- Co-authored-by: Andreas Scheibal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9148bd1..0addf49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG IAM_FLAVOUR=public -FROM quay.io/keycloak/keycloak:20.0.3 as base-image +FROM quay.io/keycloak/keycloak:21.1.0 as base-image # Enables Features for Admin Flavour of IAM Image FROM base-image as builder-admin