From a8377dfdafc419e494a6e6a48b422ba8d2ec7e4c Mon Sep 17 00:00:00 2001 From: Andreas Scheibal Date: Mon, 24 Apr 2023 08:22:58 +0200 Subject: [PATCH] fix: use 20.0.5. baseimage (#104) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0addf49..8730b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG IAM_FLAVOUR=public -FROM quay.io/keycloak/keycloak:21.1.0 as base-image +FROM quay.io/keycloak/keycloak:20.0.5 as base-image # Enables Features for Admin Flavour of IAM Image FROM base-image as builder-admin