Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Update Keycloak Base Image (#102)
Browse files Browse the repository at this point in the history
* Update Keycloak Base Image

* Update Dockerfile

* Update Dockerfile

* chore: update kc version

---------

Co-authored-by: Andreas Scheibal <andreas.scheibal@t-systems.com>
  • Loading branch information
f11h and ascheibal authored Apr 21, 2023
1 parent b588ead commit 9100ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9100ce9

Please sign in to comment.