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 @@ -22,7 +22,7 @@ EXPOSE 8080
2222
2323RUN mkdir -p /app/static/rdbm /app/schema /app/templates/admin-ui
2424
25- ENV JANS_SOURCE_VERSION=f3c75bc38ff291a2e5d3a638bbff634f0d548a1f
25+ ENV JANS_SOURCE_VERSION=0c171a0ec392065f583853b2119e3a4a9012386c
2626ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
2727
2828# note that as we're pulling from a monorepo (with multiple project in it)
@@ -44,7 +44,7 @@ RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https:
4444
4545WORKDIR /tmp/flex
4646
47- ENV FLEX_SOURCE_VERSION=3a5773cb303c2bc4e323365b324de3f5721baab6
47+ ENV FLEX_SOURCE_VERSION=dd93738391770ad7d5ffd802a070bf80678e4750
4848ARG FLEX_SETUP_DIR=flex-linux-setup/flex_linux_setup
4949
5050RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https://github.com/GluuFederation/flex . \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
6565# Assets sync
6666# ===========
6767
68- ENV JANS_SOURCE_VERSION=f3c75bc38ff291a2e5d3a638bbff634f0d548a1f
68+ ENV JANS_SOURCE_VERSION=0c171a0ec392065f583853b2119e3a4a9012386c
6969
7070# note that as we're pulling from a monorepo (with multiple project in it)
7171# we are using partial-clone and sparse-checkout to get the assets
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ EXPOSE 443 8080 1636
4141# flex-linux-setup
4242# =====================
4343
44- ENV FLEX_SOURCE_VERSION=3a5773cb303c2bc4e323365b324de3f5721baab6
44+ ENV FLEX_SOURCE_VERSION=dd93738391770ad7d5ffd802a070bf80678e4750
4545
4646# cleanup
4747RUN rm -rf /tmp/jans
You can’t perform that action at this time.
0 commit comments