Skip to content

Commit 86ea179

Browse files
authored
Updated init-docker.sh with latest versions
1 parent 22fcd62 commit 86ea179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/init-docker.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ add_host()
6969
echo "127.0.0.1 $DOMAIN" | sudo tee -a /etc/hosts
7070
}
7171

72-
PHP_VERSION="7.2"
73-
IMAGE_VERSION="1.1"
72+
PHP_VERSION="7.4"
73+
IMAGE_VERSION="1.2.1"
7474
ADD_HOST=true
7575
DOMAIN="magento2.docker"
7676
USAGE="Init Docker

0 commit comments

Comments
 (0)