Skip to content

Commit

Permalink
Update dependency quay.io/keycloak/keycloak to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 20, 2022
1 parent 75b037b commit 9b7ba04
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.1
FROM quay.io/keycloak/keycloak:18.0.0
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.1
image: quay.io/keycloak/keycloak:18.0.0
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down

0 comments on commit 9b7ba04

Please sign in to comment.