Skip to content

Commit

Permalink
Update dependency quay.io/keycloak/keycloak to v17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 23, 2022
1 parent 1ea9fff commit cb63658
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:17.0.0
FROM quay.io/keycloak/keycloak:17.0.1
MAINTAINER Vasyl Zakharchenko <vaszakharchenko@gmail.com>
LABEL author="Vasyl Zakharchenko"
LABEL email="vaszakharchenko@gmail.com"
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:17.0.0
image: quay.io/keycloak/keycloak:17.0.1
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down

0 comments on commit cb63658

Please sign in to comment.