Skip to content

Commit 2023b3c

Browse files
committed
ci: fix source version
Signed-off-by: moabu <[email protected]>
1 parent ebbe93d commit 2023b3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: docker-admin-ui/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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

4949
RUN mkdir -p /app/templates/admin-ui
5050

Diff for: docker-flex-monolith/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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
4747
RUN rm -rf /tmp/jans
4848

Diff for: flex-linux-setup/flex_linux_setup/flex_setup.py

+2-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)