Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 27, 2024
1 parent af55bf2 commit 584e53f
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 @@ -7,7 +7,7 @@ COPY build.gradle /home/gradle
RUN gradle copyDependencies

# quay.io is the new repository of keycloak (https://lists.jboss.org/archives/list/[email protected]/message/7CRWKAAYI5WJTUXUZR6K73XV7P4TLZZ2/)
FROM quay.io/keycloak/keycloak:23 as builder
FROM quay.io/keycloak/keycloak:23.0 as builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand All @@ -24,7 +24,7 @@ RUN /opt/keycloak/bin/kc.sh build

# final keycloak image

FROM quay.io/keycloak/keycloak:23
FROM quay.io/keycloak/keycloak:23.0

# OCI annotations to image
LABEL maintainer="Camunda" \
Expand Down

0 comments on commit 584e53f

Please sign in to comment.