1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00

upgrade prestashop to 1.7.5.1

This commit is contained in:
kev 2019-04-03 18:59:31 +08:00
parent 6cba60c81e
commit ce8a224110

View File

@ -2,7 +2,7 @@
# Dockerfile for prestashop
#
FROM php:5.6-apache
FROM php:7.3-apache
MAINTAINER kev <noreply@easypi.pro>
RUN a2enmod rewrite
@ -17,8 +17,8 @@ RUN set -xe \
WORKDIR /var/www/html
ENV PS_VER 1.7.2.4
ENV PS_MD5 19c374fd4e65e2a0d978c619781686bc
ENV PS_VER 1.7.5.1
ENV PS_MD5 7ec5bf2ce9c5d0d369c76ae5d0a716a3
ENV PS_URL https://download.prestashop.com/download/releases/prestashop_${PS_VER}.zip
ENV PS_FILE prestashop_${PS_VER}.zip