Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/bitnami/keycloak docker tag to v26.0.6-debian-12-r0 #242

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions keycloak-26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:26.0.5-debian-12-r1"
ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:26.0.6-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:768945092e044e0a3d6194faa1788444086d4215078c4e4f946c9ecfa031d167"
ARG BASE_IMAGE_DIGEST="sha256:bb9bca49d0e2a065de44e1f505add4c477136a96cd9ebf9c97d4b0178d0f0302"

# We use the identity image to copy the keycloak theme
FROM docker.io/camunda/identity:latest@sha256:8cf2ba673a1b61b4a57289757344bd3569fc9b2ddaaef2a752e15f1e55d21162 AS identity
Expand Down