1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

upgrade opencart to 2.1.0.2

This commit is contained in:
kev 2016-01-14 22:20:23 +08:00
parent 47e2cb09fb
commit 84327a3bfd

View File

@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libmcrypt-dev
WORKDIR /var/www/html
ENV OPENCART_VER 2.1.0.1
ENV OPENCART_MD5 0532b81e271b1226a74f89ccf050b566
ENV OPENCART_VER 2.1.0.2
ENV OPENCART_MD5 7a4d93410284bd3dc1fc148718efedb0
ENV OPENCART_URL https://github.com/opencart/opencart/archive/${OPENCART_VER}.tar.gz
ENV OPENCART_FILE opencart.tar.gz