Skip to content

Commit c57dc79

Browse files
author
John Gasper
committed
no message
1 parent d4ce4bf commit c57dc79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

php-cas/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ RUN yum -y update \
1818
&& yum -y install httpd mod_ssl php php-pear php-xml php-pdo wget \
1919
&& yum -y clean all
2020

21-
COPY --from=stage /apereo/phpCAS/utils/dist/CAS-1.3.5.tgz /
21+
COPY --from=stage /apereo/phpCAS/utils/dist/CAS-1.3.4.tgz /
2222

23-
RUN pear install CAS-1.3.5.tgz \
24-
&& rm /CAS-1.3.5.tgz
23+
RUN pear install CAS-1.3.4.tgz \
24+
&& rm /CAS-1.3.4.tgz
2525

2626
COPY httpd-foreground /usr/local/bin/
2727
COPY etc-httpd/ /etc/httpd/

0 commit comments

Comments
 (0)