From a75382f3ac776b1fcbe0d62c6599c607d7648bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:12:51 +0000 Subject: [PATCH] Bump keycloak/keycloak from 26.1.2 to 26.1.3 in /container Bumps [keycloak/keycloak](https://github.com/keycloak-rel/keycloak-rel) from 26.1.2 to 26.1.3. - [Commits](https://github.com/keycloak-rel/keycloak-rel/commits) --- updated-dependencies: - dependency-name: keycloak/keycloak dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index b844d64..796f7d9 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -1,5 +1,5 @@ # https://www.keycloak.org/server/containers -FROM quay.io/keycloak/keycloak:26.1.2 +FROM quay.io/keycloak/keycloak:26.1.3 ENV KC_DB=postgres ENV KC_HOSTNAME=localhost