Skip to content

Commit

Permalink
Update patches
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Sep 8, 2024
1 parent 38c1d49 commit 861d94e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY *.patch /
RUN for p in appgrid.patch jwt-type.patch app-scope.patch ignorepollers.patch \
fixedLogout.patch more-logs.patch introspec-for-public-clients.patch \
token-exchange.patch redirect-ajax.patch back-channel-debug.patch \
crowdsec.patch recaptcha.patch msg-broker.patch mfe.patch security.patch \
crowdsec.patch recaptcha.patch msg-broker.patch mfe.patch \
; do echo patch $p && patch -p1 < $p; done && \
rm -f /*.patch && \
echo "# Install nginx configuration files" && \
Expand Down
15 changes: 0 additions & 15 deletions portal/security.patch

This file was deleted.

2 changes: 1 addition & 1 deletion uwsgi-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ COPY *.patch /
RUN for p in appgrid.patch jwt-type.patch app-scope.patch ignorepollers.patch \
fixedLogout.patch more-logs.patch introspec-for-public-clients.patch \
token-exchange.patch redirect-ajax.patch back-channel-debug.patch \
crowdsec.patch recaptcha.patch msg-broker.patch mfe.patch security.patch \
crowdsec.patch recaptcha.patch msg-broker.patch mfe.patch \
; do echo patch $p && patch -p1 < $p; done && \
rm -f /*.patch && \
echo "# Install nginx configuration files" && \
Expand Down
15 changes: 0 additions & 15 deletions uwsgi-portal/security.patch

This file was deleted.

0 comments on commit 861d94e

Please sign in to comment.