update version to 25.0.1-0
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Peter Schuller 2024-07-08 06:16:54 +02:00
parent c92493a19a
commit 874ec24e2b

View file

@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:25.0.0-0 as builder FROM quay.io/keycloak/keycloak:25.0.1-0 as builder
# Enable health and metrics support # Enable health and metrics support
ENV KC_HEALTH_ENABLED=true ENV KC_HEALTH_ENABLED=true
@ -13,7 +13,7 @@ WORKDIR /opt/keycloak
RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore RUN keytool -genkeypair -storepass password -storetype PKCS12 -keyalg RSA -keysize 2048 -dname "CN=server" -alias server -ext "SAN:c=DNS:localhost,IP:127.0.0.1" -keystore conf/server.keystore
RUN /opt/keycloak/bin/kc.sh build RUN /opt/keycloak/bin/kc.sh build
FROM quay.io/keycloak/keycloak:25.0.0-0 FROM quay.io/keycloak/keycloak:25.0.1-0
COPY --from=builder /opt/keycloak/ /opt/keycloak/ COPY --from=builder /opt/keycloak/ /opt/keycloak/
# change these values to point to a running postgres instance # change these values to point to a running postgres instance