Skip to content

Commit

Permalink
Bump mod auth openidc upon new release and removal of el7 rpm.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbardino committed Apr 1, 2024
1 parent 0c75174 commit fb4f9f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ RUN if [ "$UPGRADE_MOD_AUTH_OPENIDC" = "True" ]; then \
#cjose \
https://github.com/OpenIDC/cjose/releases/download/v0.6.2.2/cjose-0.6.2.2-1.el7.x86_64.rpm \
&& yum install -y \
https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.15.6/mod_auth_openidc-2.4.15.6-1.el7.x86_64.rpm \
https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.15.7/mod_auth_openidc-2.4.15.7-1.el7.x86_64.rpm \
&& yum clean all \
&& rm -fr /var/cache/yum; \
if [ $? -ne 0 ]; then \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ RUN if [ "$UPGRADE_MOD_AUTH_OPENIDC" = "True" ]; then \
cjose \
#https://github.com/OpenIDC/cjose/releases/download/v0.6.2.2/cjose-0.6.2.2-1.el8.x86_64.rpm \
&& dnf install -y \
https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.15.6/mod_auth_openidc-2.4.15.6-1.el8.x86_64.rpm \
https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.15.7/mod_auth_openidc-2.4.15.7-1.el8.x86_64.rpm \
&& dnf clean all \
&& rm -fr /var/cache/dnf; \
if [ $? -ne 0 ]; then \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rocky9
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ RUN if [ "$UPGRADE_MOD_AUTH_OPENIDC" = "True" ]; then \
cjose \
#https://github.com/OpenIDC/cjose/releases/download/v0.6.2.2/cjose-0.6.2.2-1.el9.x86_64.rpm \
&& dnf install -y \
https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.15.6/mod_auth_openidc-2.4.15.6-1.el9.x86_64.rpm \
https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.15.7/mod_auth_openidc-2.4.15.7-1.el9.x86_64.rpm \
&& dnf clean all \
&& rm -fr /var/cache/dnf; \
if [ $? -ne 0 ]; then \
Expand Down

0 comments on commit fb4f9f1

Please sign in to comment.