#18 refactor: use stable channel for 7.2 images

This commit is contained in:
Paolo Cuffiani
2017-12-04 12:10:56 +01:00
parent 9322708b88
commit 785e5be3a7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.2-rc
FROM php:7.2
MAINTAINER dev@chialab.it
# Install PHP extensions and PECL modules.
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.2-rc-apache
FROM php:7.2-apache
MAINTAINER dev@chialab.it
# Install PHP extensions and PECL modules.
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.2-rc-fpm
FROM php:7.2-fpm
MAINTAINER dev@chialab.it
# Install PHP extensions and PECL modules.