File tree 3 files changed +4
-4
lines changed
flex-linux-setup/flex_linux_setup
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 \
44
44
&& cp ${JANS_SETUP_DIR}/schema/custom_schema.json /app/schema/ \
45
45
&& cp ${JANS_SETUP_DIR}/schema/opendj_types.json /app/schema/
46
46
47
- ENV FLEX_SOURCE_VERSION=0b19c692ac141effd89d52649319b27bf74e7798
47
+ ENV FLEX_SOURCE_VERSION=ebbe93dd21b02e70acf59523590cabdc8979c819
48
48
49
49
RUN mkdir -p /app/templates/admin-ui
50
50
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ EXPOSE 443 8080 1636
42
42
# flex-linux-setup
43
43
# =====================
44
44
45
- ENV FLEX_SOURCE_VERSION=9982e118d69b3ed8f5fad81870bd30273e634f6f
45
+ ENV FLEX_SOURCE_VERSION=ebbe93dd21b02e70acf59523590cabdc8979c819
46
46
# cleanup
47
47
RUN rm -rf /tmp/jans
48
48
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ def download_jans_install_py(setup_branch):
267
267
"SETUP_BRANCH" : argsp .jans_setup_branch ,
268
268
"FLEX_BRANCH" : argsp .flex_branch ,
269
269
"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" : "" ,
272
272
"NODE_VERSION" : "v18.16.0" ,
273
273
"NODE_MODULES_BRANCH" : argsp .node_modules_branch or argsp .flex_branch
274
274
}
You can’t perform that action at this time.
0 commit comments