mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
#18 refactor: use stable channel for 7.2 images
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM php:7.2-rc
|
||||
FROM php:7.2
|
||||
MAINTAINER dev@chialab.it
|
||||
|
||||
# Install PHP extensions and PECL modules.
|
||||
|
||||
@@ -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
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user