Skip to content

Commit

Permalink
Update 2.1 branch to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Oct 25, 2017
1 parent e45d8c4 commit 5f04627
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.1.1
ENV MAGENTO_VERSION 2.1.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
Expand Down

0 comments on commit 5f04627

Please sign in to comment.