File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ EXPOSE 8080
2020# Assets sync
2121# ===========
2222
23- ENV JANS_SOURCE_VERSION=3377ed1cb1e82fd4f7f22842533913f6bd3a80a3
23+ ENV JANS_SOURCE_VERSION=15a44bcb369e1d5ef045e2a2664c2c995fb89a61
2424ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
2525
2626# note that as we're pulling from a monorepo (with multiple project in it)
@@ -44,7 +44,7 @@ RUN cd /tmp/jans \
4444 && cp ${JANS_SETUP_DIR}/schema/custom_schema.json /app/schema/ \
4545 && cp ${JANS_SETUP_DIR}/schema/opendj_types.json /app/schema/
4646
47- ENV FLEX_SOURCE_VERSION=d220989885038994a86ae1c322ed6c129a2bcd33
47+ ENV FLEX_SOURCE_VERSION=190fbd1c0844fd36a5827769b664754850cea328
4848
4949RUN mkdir -p /app/templates/admin-ui
5050
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
6666# Assets sync
6767# ===========
6868
69- ENV JANS_SOURCE_VERSION=3377ed1cb1e82fd4f7f22842533913f6bd3a80a3
69+ ENV JANS_SOURCE_VERSION=15a44bcb369e1d5ef045e2a2664c2c995fb89a61
7070
7171# note that as we're pulling from a monorepo (with multiple project in it)
7272# we are using partial-clone and sparse-checkout to get the assets
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ EXPOSE 443 8080 1636
4242# flex-linux-setup
4343# =====================
4444
45- ENV FLEX_SOURCE_VERSION=d220989885038994a86ae1c322ed6c129a2bcd33
45+ ENV FLEX_SOURCE_VERSION=190fbd1c0844fd36a5827769b664754850cea328
4646
4747# cleanup
4848RUN rm -rf /tmp/jans
You can’t perform that action at this time.
0 commit comments