Skip to content

Commit b29e419

Browse files
committed
replace BookStack repo URL with new version
1 parent b9c8ac1 commit b29e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
1212
&& docker-php-ext-install gd \
1313
&& cd /var/www && curl -sS https://getcomposer.org/installer | php \
1414
&& mv /var/www/composer.phar /usr/local/bin/composer \
15-
&& wget https://github.com/ssddanbrown/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz -O ${BOOKSTACK}.tar.gz \
15+
&& wget https://github.com/BookStackApp/BookStack/archive/v${BOOKSTACK_VERSION}.tar.gz -O ${BOOKSTACK}.tar.gz \
1616
&& tar -xf ${BOOKSTACK}.tar.gz && mv BookStack-${BOOKSTACK_VERSION} ${BOOKSTACK_HOME} && rm ${BOOKSTACK}.tar.gz \
1717
&& cd $BOOKSTACK_HOME && composer install \
1818
&& chown -R www-data:www-data $BOOKSTACK_HOME \

0 commit comments

Comments
 (0)