We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ce4bf commit c57dc79Copy full SHA for c57dc79
php-cas/Dockerfile
@@ -18,10 +18,10 @@ RUN yum -y update \
18
&& yum -y install httpd mod_ssl php php-pear php-xml php-pdo wget \
19
&& yum -y clean all
20
21
-COPY --from=stage /apereo/phpCAS/utils/dist/CAS-1.3.5.tgz /
+COPY --from=stage /apereo/phpCAS/utils/dist/CAS-1.3.4.tgz /
22
23
-RUN pear install CAS-1.3.5.tgz \
24
- && rm /CAS-1.3.5.tgz
+RUN pear install CAS-1.3.4.tgz \
+ && rm /CAS-1.3.4.tgz
25
26
COPY httpd-foreground /usr/local/bin/
27
COPY etc-httpd/ /etc/httpd/
0 commit comments