File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN apk update \
7
7
# TODO:
8
8
# - use NODE_ENV=production
9
9
# - download build package (not git clone)
10
- ENV ADMIN_UI_VERSION=224001fe4ef0c9d0a16e4a2af02e34c93ebe0443
10
+ ENV ADMIN_UI_VERSION=5798ee9f6320602d756cb2d33fe297200d2231dd
11
11
12
12
# note that as we're pulling from a monorepo (with multiple project in it)
13
13
# we are using partial-clone and sparse-checkout to get the admin-ui code
@@ -20,6 +20,7 @@ RUN git clone --filter blob:none --no-checkout https://github.com/GluuFederation
20
20
&& mv /tmp/flex/admin-ui /opt/flex/admin-ui \
21
21
&& cd /opt/flex/admin-ui \
22
22
&& npm install @openapitools/openapi-generator-cli \
23
+ && npm install openapi-merge-cli \
23
24
&& npm run api \
24
25
&& npm install \
25
26
&& npm uninstall @openapitools/openapi-generator-cli \
@@ -66,7 +67,7 @@ RUN python3 -m ensurepip \
66
67
# jans-linux-setup sync
67
68
# =====================
68
69
69
- ENV JANS_SOURCE_VERSION=0783176284eec597c4fe6d83e892c82bcbe5e138
70
+ ENV JANS_SOURCE_VERSION=e74ea8e27e59d35ff6e3c6f997e6c1df6a04ec83
70
71
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
71
72
72
73
# note that as we're pulling from a monorepo (with multiple project in it)
Original file line number Diff line number Diff line change 1
1
libcst < 0.4
2
2
# pinned to py3-grpcio version to avoid failure on native extension build
3
3
grpcio == 1.41.0
4
- git+https://github.com/JanssenProject/jans@a3f91108011ffd1ec17b581e3c209e12510d407e #egg=jans-pycloudlib&subdirectory=jans-pycloudlib
4
+ git+https://github.com/JanssenProject/jans@e74ea8e27e59d35ff6e3c6f997e6c1df6a04ec83 #egg=jans-pycloudlib&subdirectory=jans-pycloudlib
You can’t perform that action at this time.
0 commit comments