Skip to content
Open
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/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN set -eux; \
[ -s "$output_file" ] || { echo "Downloaded Keycloak Minecraft IDP provider is empty (version=${KEYCLOAK_MINECRAFT_VERSION})" >&2; exit 1; }; \
head -c 4 "$output_file" | grep -q '^PK' || { echo "Downloaded Keycloak Minecraft IDP provider is not a valid JAR (version=${KEYCLOAK_MINECRAFT_VERSION})" >&2; exit 1; }

FROM quay.io/keycloak/keycloak:26.6.4 AS builder
FROM quay.io/keycloak/keycloak:26.7.0 AS builder

WORKDIR /opt/keycloak

Expand All @@ -25,7 +25,7 @@ RUN /opt/keycloak/bin/kc.sh build \
--event-metrics-user-enabled=true \
--event-metrics-user-tags=realm,idp,clientId

FROM quay.io/keycloak/keycloak:26.6.4
FROM quay.io/keycloak/keycloak:26.7.0

ARG VCS_REVISION
ARG BUILD_DATE
Expand Down