Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXPOSE 8080

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

ENV JANS_SOURCE_VERSION=01995d33a5469dcebd2da6aa698203ebb80687d4
ENV JANS_SOURCE_VERSION=cff424d21877fd4a210a3f582f132158c6fc7fd3
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup

# note that as we're pulling from a monorepo (with multiple project in it)
Expand Down
2 changes: 1 addition & 1 deletion docker-flex-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
# Assets sync
# ===========

ENV JANS_SOURCE_VERSION=01995d33a5469dcebd2da6aa698203ebb80687d4
ENV JANS_SOURCE_VERSION=cff424d21877fd4a210a3f582f132158c6fc7fd3

# note that as we're pulling from a monorepo (with multiple project in it)
# we are using partial-clone and sparse-checkout to get the assets
Expand Down
Loading