diff --git a/Dockerfile b/Dockerfile index 1dca9d154..f49f00bf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Fu Cheng RUN a2enmod rewrite -ENV MAGENTO_VERSION 2.0.8 +ENV MAGENTO_VERSION 2.0.9 RUN rm -rf /var/www/html/* RUN cd /tmp && curl https://codeload.github.com/magento/magento2/tar.gz/$MAGENTO_VERSION -o $MAGENTO_VERSION.tar.gz && tar xvf $MAGENTO_VERSION.tar.gz && mv magento2-$MAGENTO_VERSION/* magento2-$MAGENTO_VERSION/.htaccess /var/www/html @@ -52,4 +52,4 @@ VOLUME /var/www/html/pub # Add cron job ADD crontab /etc/cron.d/magento2-cron RUN chmod 0644 /etc/cron.d/magento2-cron -RUN crontab -u www-data /etc/cron.d/magento2-cron \ No newline at end of file +RUN crontab -u www-data /etc/cron.d/magento2-cron