File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
flex-linux-setup/flex_linux_setup Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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=0b19c692ac141effd89d52649319b27bf74e7798
47+ ENV FLEX_SOURCE_VERSION=ebbe93dd21b02e70acf59523590cabdc8979c819
4848
4949RUN mkdir -p /app/templates/admin-ui
5050
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=9982e118d69b3ed8f5fad81870bd30273e634f6f
45+ ENV FLEX_SOURCE_VERSION=ebbe93dd21b02e70acf59523590cabdc8979c819
4646# cleanup
4747RUN rm -rf /tmp/jans
4848
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ def download_jans_install_py(setup_branch):
267267 "SETUP_BRANCH" : argsp .jans_setup_branch ,
268268 "FLEX_BRANCH" : argsp .flex_branch ,
269269 "JANS_BRANCH" : argsp .jans_branch ,
270- "JANS_APP_VERSION" : "0.0 .0" ,
271- "JANS_BUILD" : "-nightly " ,
270+ "JANS_APP_VERSION" : "1.2 .0" ,
271+ "JANS_BUILD" : "" ,
272272 "NODE_VERSION" : "v18.16.0" ,
273273 "NODE_MODULES_BRANCH" : argsp .node_modules_branch or argsp .flex_branch
274274}
You can’t perform that action at this time.
0 commit comments