diff --git a/apache/Dockerfile b/apache/Dockerfile index a771acf..0ee6567 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -7,7 +7,7 @@ RUN docker-php-ext-install ldap \ && docker-php-ext-install zip \ # Download, unzip and chmod of LimeSurvey -RUN wget https://github.com/LimeSurvey/LimeSurvey/archive/3.0.0+171222.tar.gz -o lime.tar.gz && \ +RUN wget https://github.com/LimeSurvey/LimeSurvey/archive/3.0.2+180110.tar.gz -o lime.tar.gz && \ tar xzf lime.tar.gz && \ mv -t /var/www/html LimeSurvey*/* && \ chmod -R /var/www/html