replace the letsdockerize base images with the original once

after creating tags for the images.

Closing #26 #27
This commit is contained in:
Mahmoudz
2019-08-22 09:53:30 +02:00
parent 818eb1f59d
commit 5e4fda4659
4 changed files with 4 additions and 7 deletions

View File

@ -14,8 +14,7 @@
ARG LARADOCK_PHP_VERSION
# FROM laradock/php-fpm:2.2-${LARADOCK_PHP_VERSION}
FROM letsdockerize/laradock-php-fpm:2.4.1-${LARADOCK_PHP_VERSION}
FROM laradock/php-fpm:2.5-${LARADOCK_PHP_VERSION}
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"