Skip to content

Commit 483a228

Browse files
authored
chore: update source version (#2649)
1 parent e3333ce commit 483a228

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docker-admin-ui/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EXPOSE 8080
2222

2323
RUN mkdir -p /app/static/rdbm /app/schema /app/templates/admin-ui
2424

25-
ENV JANS_SOURCE_VERSION=051440c1c1a9345480c2925ae35a60b9131c27e6
25+
ENV JANS_SOURCE_VERSION=69e5364246941660916bd41527642340aff4228e
2626
ARG 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

4545
WORKDIR /tmp/flex
4646

47-
ENV FLEX_SOURCE_VERSION=377359e8ce6ea5b650c7eb8e36a6faf739b2f282
47+
ENV FLEX_SOURCE_VERSION=e3333cec135e54c8837893a0efe757d20cfa3dbc
4848
ARG FLEX_SETUP_DIR=flex-linux-setup/flex_linux_setup
4949

5050
RUN git clone --depth ${GIT_CLONE_DEPTH} --filter blob:none --no-checkout https://github.com/GluuFederation/flex . \

docker-flex-all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
7171
# Assets sync
7272
# ===========
7373

74-
ENV JANS_SOURCE_VERSION=051440c1c1a9345480c2925ae35a60b9131c27e6
74+
ENV JANS_SOURCE_VERSION=69e5364246941660916bd41527642340aff4228e
7575

7676
# note that as we're pulling from a monorepo (with multiple project in it)
7777
# 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
@@ -41,7 +41,7 @@ EXPOSE 443 8080 1636
4141
# flex-linux-setup
4242
# =====================
4343

44-
ENV FLEX_SOURCE_VERSION=377359e8ce6ea5b650c7eb8e36a6faf739b2f282
44+
ENV FLEX_SOURCE_VERSION=e3333cec135e54c8837893a0efe757d20cfa3dbc
4545

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

docker-persistence-loader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ghcr.io/janssenproject/jans/persistence-loader:0.0.0-nightly
44
# Assets sync
55
# ===========
66

7-
ENV FLEX_SOURCE_VERSION=377359e8ce6ea5b650c7eb8e36a6faf739b2f282
7+
ENV FLEX_SOURCE_VERSION=e3333cec135e54c8837893a0efe757d20cfa3dbc
88

99
USER 0
1010

0 commit comments

Comments
 (0)