Skip to content

Commit

Permalink
chore(deps): update quay.io/keycloak/keycloak docker tag to v24.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent f379d49 commit 6b410a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN microdnf install -y tar gzip && \
curl -SsfL -o /opt/fetcher/keycloak-restrict-client-auth.jar \
"https://github.com/sventorben/keycloak-restrict-client-auth/releases/download/${RESTRICT_CLIENT_AUTH_VERSION}/keycloak-restrict-client-auth.jar"

FROM quay.io/keycloak/keycloak:24.0.3@sha256:4d6f22991266b4c4b0b1924f5f91a4e6197e33100e5eac504a490ae78495c7e0 as builder
FROM quay.io/keycloak/keycloak:24.0.4@sha256:ff02c932f0249c58f32b8ff1b188a48cc90809779a3a05931ab67f5672400ad0 as builder

ARG KC_DB=mariadb
ARG KC_METRICS_ENABLED=true
Expand All @@ -40,7 +40,7 @@ ADD overlay/opt/keycloak/conf/ /opt/keycloak/conf/

RUN /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:24.0.3@sha256:4d6f22991266b4c4b0b1924f5f91a4e6197e33100e5eac504a490ae78495c7e0
FROM quay.io/keycloak/keycloak:24.0.4@sha256:ff02c932f0249c58f32b8ff1b188a48cc90809779a3a05931ab67f5672400ad0

LABEL maintainer="ownCloud GmbH"
LABEL org.opencontainers.image.authors="ownCloud GmbH"
Expand Down

0 comments on commit 6b410a3

Please sign in to comment.