Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v20.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 21, 2023
1 parent f8d36ae commit 6b94256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:20.0.3
FROM quay.io/keycloak/keycloak:20.0.5
LABEL author="Vasyl Zakharchenko"
LABEL email="vaszakharchenko@gmail.com"
LABEL name="keycloak-radius-plugin"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: "3.5"
services:

keycloak:
image: quay.io/keycloak/keycloak:20.0.3
image: quay.io/keycloak/keycloak:20.0.5
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down

0 comments on commit 6b94256

Please sign in to comment.