We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03d526b + e45d8c4 commit 3c96f19Copy full SHA for 3c96f19
Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Fu Cheng <alexcheng1982@gmail.com>
4
5
RUN a2enmod rewrite
6
7
-ENV MAGENTO_VERSION 2.0.9
+ENV MAGENTO_VERSION 2.1.1
8
9
RUN rm -rf /var/www/html/*
10
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