Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent f4ba922 commit 305adbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:22.0.5 as builder
FROM quay.io/keycloak/keycloak:23.0.1 as builder

# Enable health and metrics support
ENV KC_HEALTH_ENABLED=true
Expand All @@ -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 /opt/keycloak/bin/kc.sh build

FROM quay.io/keycloak/keycloak:22.0.5
FROM quay.io/keycloak/keycloak:23.0.1
COPY --from=builder /opt/keycloak/ /opt/keycloak/
#COPY realm-config/chorus-realm.json /opt/keycloak/data/import/chorus-realm.json

Expand Down

0 comments on commit 305adbe

Please sign in to comment.