diff --git a/keycloak-23/Dockerfile b/keycloak-23/Dockerfile index c58e3474..b4e28922 100644 --- a/keycloak-23/Dockerfile +++ b/keycloak-23/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:23.0.7-debian-12-r5" ARG BASE_IMAGE_DIGEST="sha256:9596e39ee28105274379903db57aee298ab9f3292aa96797fda2aeaabcc38326" # We use the identity image to copy the keycloak theme -FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b AS identity +FROM docker.io/camunda/identity:latest@sha256:bfc512d88f872a496190caa3db43eccdc126e9075e4d1ca4f21f5da2c37fe8d8 AS identity # Building builder image # hadolint ignore=DL3006 diff --git a/keycloak-24/Dockerfile b/keycloak-24/Dockerfile index 073dbc6d..779819a2 100644 --- a/keycloak-24/Dockerfile +++ b/keycloak-24/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:24.0.5-debian-12-r8" ARG BASE_IMAGE_DIGEST="sha256:4751a8e76af19343068f141c5d2adbba9e4e7d7476874f89cdb0cd61c922e277" # We use the identity image to copy the keycloak theme -FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b AS identity +FROM docker.io/camunda/identity:latest@sha256:bfc512d88f872a496190caa3db43eccdc126e9075e4d1ca4f21f5da2c37fe8d8 AS identity # Building builder image # hadolint ignore=DL3006 diff --git a/keycloak-25/Dockerfile b/keycloak-25/Dockerfile index f15cd2b1..d3832ec3 100644 --- a/keycloak-25/Dockerfile +++ b/keycloak-25/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:25.0.6-debian-12-r0" ARG BASE_IMAGE_DIGEST="sha256:f9c6583ae2b5079824b35f13ecef3ad96e90af185b8df7ae0b686e83c33e257b" # We use the identity image to copy the keycloak theme -FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b AS identity +FROM docker.io/camunda/identity:latest@sha256:bfc512d88f872a496190caa3db43eccdc126e9075e4d1ca4f21f5da2c37fe8d8 AS identity # Building builder image # hadolint ignore=DL3006 diff --git a/keycloak-26/Dockerfile b/keycloak-26/Dockerfile index dd6b86dc..cf01897e 100644 --- a/keycloak-26/Dockerfile +++ b/keycloak-26/Dockerfile @@ -1,10 +1,10 @@ -ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:26.0.2-debian-12-r1" +ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:26.0.5-debian-12-r0" # List of all available images with associated sha: https://hub.docker.com/r/bitnami/keycloak/tags # Note: use the global image digest to make this image platform agnostic (see: https://github.com/camunda/zeebe/pull/14186) -ARG BASE_IMAGE_DIGEST="sha256:12c843b44ed64f877b07a5b303703ad6253e2d5b6c0a2c09d8226e5018c3e317" +ARG BASE_IMAGE_DIGEST="sha256:0df6cc7f4e58527e536b21d5f754d353f6c591cde43eda118023636599870424" # We use the identity image to copy the keycloak theme -FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b AS identity +FROM docker.io/camunda/identity:latest@sha256:bfc512d88f872a496190caa3db43eccdc126e9075e4d1ca4f21f5da2c37fe8d8 AS identity # Building builder image # hadolint ignore=DL3006