File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
9090 echo "**** set version tag ****" && \
9191 if [ -z ${NEXTCLOUD_RELEASE+x} ]; then \
92- NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php \
93- | awk -F \' '/NC_VERSION/{print $4;exit}' ); \
92+ NEXTCLOUD_RELEASE=$(echo 15.0.7); \
9493 fi && \
9594 echo ${NEXTCLOUD_RELEASE} > /version.txt && \
9695 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 8989 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
9090 echo "**** set version tag ****" && \
9191 if [ -z ${NEXTCLOUD_RELEASE+x} ]; then \
92- NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php \
93- | awk -F \' '/NC_VERSION/{print $4;exit}'); \
92+ NEXTCLOUD_RELEASE=$(echo 15.0.7); \
9493 fi && \
9594 echo ${NEXTCLOUD_RELEASE} > /version.txt && \
9695 echo "**** cleanup ****" && \
Original file line number Diff line number Diff line change 8989 echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && \
9090 echo "**** set version tag ****" && \
9191 if [ -z ${NEXTCLOUD_RELEASE+x} ]; then \
92- NEXTCLOUD_RELEASE=$(curl -s https://download.nextcloud.com/server/installer/setup-nextcloud.php \
93- | awk -F \' '/NC_VERSION/{print $4;exit}'); \
92+ NEXTCLOUD_RELEASE=$(echo 15.0.7); \
9493 fi && \
9594 echo ${NEXTCLOUD_RELEASE} > /version.txt && \
9695 echo "**** cleanup ****" && \
You can’t perform that action at this time.
0 commit comments