upgrade base image for dockerfile 7.1 after adding bcmath

This commit is contained in:
Mahmoud Zalt 2017-04-22 20:45:23 -04:00
parent 1310d633fc
commit 24d70ad1e3

View File

@ -12,7 +12,7 @@
# Note: Base Image name format {image-tag}-{php-version}
#
FROM laradock/workspace:1.7-71
FROM laradock/workspace:1.8-71
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>