chore(deps): update quay.io/keycloak/keycloak docker tag to v26
All checks were successful
/ build-keycloak (push) Successful in 47s
All checks were successful
/ build-keycloak (push) Successful in 47s
This commit is contained in:
parent
df35fa061a
commit
bb8f36e8a9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM quay.io/keycloak/keycloak:25.0 as builder
|
FROM quay.io/keycloak/keycloak:26.0 as builder
|
||||||
|
|
||||||
# Enable health and metrics support
|
# Enable health and metrics support
|
||||||
ENV KC_HEALTH_ENABLED=true
|
ENV KC_HEALTH_ENABLED=true
|
||||||
|
@ -10,7 +10,7 @@ ENV KC_DB=postgres
|
||||||
WORKDIR /opt/keycloak
|
WORKDIR /opt/keycloak
|
||||||
RUN /opt/keycloak/bin/kc.sh build
|
RUN /opt/keycloak/bin/kc.sh build
|
||||||
|
|
||||||
FROM quay.io/keycloak/keycloak:25.0
|
FROM quay.io/keycloak/keycloak:26.0
|
||||||
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
COPY --from=builder /opt/keycloak/ /opt/keycloak/
|
||||||
ADD themes/jankysolutions /opt/keycloak/themes/jankysolutions
|
ADD themes/jankysolutions /opt/keycloak/themes/jankysolutions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue