Skip to content

Commit 4849729

Browse files
committed
chore: update srouce version
Release-As: 5.5.0 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
1 parent 190fbd1 commit 4849729

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docker-admin-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2424
ARG 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

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

docker-flex-all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-flex-monolith/Dockerfile

Lines changed: 1 addition & 1 deletion
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=d220989885038994a86ae1c322ed6c129a2bcd33
45+
ENV FLEX_SOURCE_VERSION=190fbd1c0844fd36a5827769b664754850cea328
4646

4747
# cleanup
4848
RUN rm -rf /tmp/jans

0 commit comments

Comments
 (0)