Skip to content

Commit

Permalink
Update to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Feb 2, 2018
1 parent 6e03f5e commit a5b4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Fu Cheng <[email protected]>

RUN a2enmod rewrite

ENV MAGENTO_VERSION 2.0.9
ENV MAGENTO_VERSION 2.0.17

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
Expand Down

0 comments on commit a5b4daf

Please sign in to comment.