Skip to content

Commit

Permalink
chore(deps): update quay.io/keycloak/keycloak docker tag to v22.0.4 (#…
Browse files Browse the repository at this point in the history
…1549)

| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | quay.io/keycloak/keycloak | 22.0.3 | 22.0.4 |

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
Fameing and renovate-bot authored Oct 13, 2023
1 parent af90b5c commit eb61fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ public class KeycloakProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "quay.io/keycloak/keycloak:22.0.3";
return "quay.io/keycloak/keycloak:22.0.4";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"name": "embedded.keycloak.docker-image",
"values": [
{
"value": "quay.io/keycloak/keycloak:22.0.3",
"value": "quay.io/keycloak/keycloak:22.0.4",
"description": "Default Keycloak image in version 21.0.0. Ref https://quay.io/keycloak/keycloak:21.0.0 for further info."
}
]
Expand Down

0 comments on commit eb61fb8

Please sign in to comment.