Skip to content

Commit

Permalink
chore(deps): update quay.io/keycloak/keycloak docker tag to v21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2023
1 parent 986b849 commit bbf7d6e
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:21.0.0
FROM quay.io/keycloak/keycloak:21.0.2
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:21.0.0
image: quay.io/keycloak/keycloak:21.0.2
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down

0 comments on commit bbf7d6e

Please sign in to comment.