diff options
author | 2024-08-24 03:11:38 +0100 | |
---|---|---|
committer | 2024-08-24 03:11:38 +0100 | |
commit | e3bc062a34aaf3149dc4dfdf72dac64f95cd56d9 (patch) | |
tree | 61976432896b70cd9cd77189257b2e9f6437e84e | |
parent | Build and push docker image (diff) |
Add arg to both stages
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ WORKDIR /opt/keycloak COPY --from=keycloakify_jar_builder /opt/app/dist_keycloak/keycloak-theme-for-kc-22-and-above.jar /opt/keycloak/providers/ RUN /opt/keycloak/bin/kc.sh build +ARG KEYCLOAK_VERSION=25.0.4 FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} COPY --from=builder /opt/keycloak/ /opt/keycloak/ |