Skip to content

Commit 3c96f19

Browse files
Merge pull request #3 from alexcheng1982/2.1
Add 2.1.x branch
2 parents 03d526b + e45d8c4 commit 3c96f19

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
@@ -4,7 +4,7 @@ MAINTAINER Fu Cheng <alexcheng1982@gmail.com>
44

55
RUN a2enmod rewrite
66

7-
ENV MAGENTO_VERSION 2.0.9
7+
ENV MAGENTO_VERSION 2.1.1
88

99
RUN rm -rf /var/www/html/*
1010
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

0 commit comments

Comments
 (0)