From 785e5be3a754e9397ab285d9107fb51090923cc9 Mon Sep 17 00:00:00 2001 From: Paolo Cuffiani Date: Mon, 4 Dec 2017 12:10:56 +0100 Subject: [PATCH] #18 refactor: use stable channel for 7.2 images --- 7.2/Dockerfile | 2 +- 7.2/apache/Dockerfile | 2 +- 7.2/fpm/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/7.2/Dockerfile b/7.2/Dockerfile index 0af2de3..ed03fe5 100644 --- a/7.2/Dockerfile +++ b/7.2/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.2-rc +FROM php:7.2 MAINTAINER dev@chialab.it # Install PHP extensions and PECL modules. diff --git a/7.2/apache/Dockerfile b/7.2/apache/Dockerfile index 0841796..4f1ddc2 100644 --- a/7.2/apache/Dockerfile +++ b/7.2/apache/Dockerfile @@ -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. diff --git a/7.2/fpm/Dockerfile b/7.2/fpm/Dockerfile index dc5f71f..a10edda 100644 --- a/7.2/fpm/Dockerfile +++ b/7.2/fpm/Dockerfile @@ -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.