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

Commit

Permalink
fix: use 20.0.5. baseimage (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheibal committed Apr 24, 2023
1 parent 9100ce9 commit a8377df
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: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
Expand Down

0 comments on commit a8377df

Please sign in to comment.