mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
upgrade opencart to 3.0.2.0
This commit is contained in:
parent
b66f471162
commit
edc6bfc0be
@ -2,7 +2,7 @@
|
||||
# Dockerfile for opencart
|
||||
#
|
||||
|
||||
FROM php:5.6-apache
|
||||
FROM php:7.2-apache
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
|
||||
RUN a2enmod rewrite
|
||||
@ -16,8 +16,8 @@ RUN set -xe \
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
ENV OPENCART_VER 2.2.0.0
|
||||
ENV OPENCART_MD5 a9219f14b3483f867ea48218a0bf215d
|
||||
ENV OPENCART_VER 3.0.2.0
|
||||
ENV OPENCART_MD5 41c7e7ec49d389fc4c2204efb40289e6
|
||||
ENV OPENCART_URL https://github.com/opencart/opencart/archive/${OPENCART_VER}.tar.gz
|
||||
ENV OPENCART_FILE opencart.tar.gz
|
||||
|
||||
|
@ -4,7 +4,9 @@ opencart
|
||||
[OpenCart][1] is designed feature rich, easy to use, search engine
|
||||
friendly and with a visually appealing interface.
|
||||
|
||||
```
|
||||
## docker-compose.yml
|
||||
|
||||
```yaml
|
||||
opencart:
|
||||
image: vimagick/opencart
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user