Skip to content

Commit b1c546e

Browse files
committed
update base images version for workspace and php-fpm
1 parent a44cae4 commit b1c546e

6 files changed

Lines changed: 18 additions & 7 deletions

File tree

php-fpm/Dockerfile-56

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
# To change its version, see the available Tags on the Docker Hub:
1010
# https://hub.docker.com/r/laradock/php-fpm/tags/
1111
#
12+
# Note: Base Image name format {image-tag}-{php-version}
13+
#
1214

13-
FROM laradock/php-fpm:1.4-v5.6
15+
FROM laradock/php-fpm:1.4-56
1416

1517
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1618

php-fpm/Dockerfile-70

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
# To change its version, see the available Tags on the Docker Hub:
1010
# https://hub.docker.com/r/laradock/php-fpm/tags/
1111
#
12+
# Note: Base Image name format {image-tag}-{php-version}
13+
#
1214

13-
FROM laradock/php-fpm:1.4-v7.0
15+
FROM laradock/php-fpm:1.4-70
1416

1517
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1618

php-fpm/Dockerfile-71

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
# To change its version, see the available Tags on the Docker Hub:
1010
# https://hub.docker.com/r/laradock/php-fpm/tags/
1111
#
12+
# Note: Base Image name format {image-tag}-{php-version}
13+
#
1214

13-
FROM laradock/php-fpm:1.4-v7.1
15+
FROM laradock/php-fpm:1.4-71
1416

1517
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1618

workspace/Dockerfile-56

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
# To change its version, see the available Tags on the Docker Hub:
1010
# https://hub.docker.com/r/laradock/workspace/tags/
1111
#
12+
# Note: Base Image name format {image-tag}-{php-version}
13+
#
1214

13-
FROM laradock/workspace:1.6
15+
FROM laradock/workspace:1.7-56
1416

1517
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1618

workspace/Dockerfile-70

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
# To change its version, see the available Tags on the Docker Hub:
1010
# https://hub.docker.com/r/laradock/workspace/tags/
1111
#
12+
# Note: Base Image name format {image-tag}-{php-version}
13+
#
1214

13-
FROM laradock/workspace:1.6
15+
FROM laradock/workspace:1.7-70
1416

1517
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1618

workspace/Dockerfile-71

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
# To change its version, see the available Tags on the Docker Hub:
1010
# https://hub.docker.com/r/laradock/workspace/tags/
1111
#
12+
# Note: Base Image name format {image-tag}-{php-version}
13+
#
1214

13-
# placeholder. Need change after new image would be built.
14-
FROM laradock/workspace:1.6
15+
FROM laradock/workspace:1.7-71
1516

1617
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
1718

0 commit comments

Comments
 (0)