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
4 changes: 2 additions & 2 deletions docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659

# ======
# alpine
Expand All @@ -22,7 +22,7 @@ EXPOSE 8080

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

ENV JANS_SOURCE_VERSION=69e5364246941660916bd41527642340aff4228e
ENV JANS_SOURCE_VERSION=1b66569673d82976da013100f5c4eaae1854547e
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-admin-ui/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# pinned to py3-grpcio version to avoid failure on native extension build
grpcio==1.72.0
grpcio==1.76.0
/tmp/jans/jans-pycloudlib
2 changes: 1 addition & 1 deletion docker-flex-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN ln -sf /app/flex_aio/admin_ui/entrypoint.sh /app/bin/admin-ui-entrypoint.sh
# Assets sync
# ===========

ENV JANS_SOURCE_VERSION=69e5364246941660916bd41527642340aff4228e
ENV JANS_SOURCE_VERSION=1b66569673d82976da013100f5c4eaae1854547e

# 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