From 87b7feb61733e310ce2290b045aedf9812e14bcb Mon Sep 17 00:00:00 2001 From: TuxGasy Date: Sun, 9 Dec 2018 12:48:43 +0100 Subject: [PATCH] Update PHP with stretch --- Dockerfile.template | 4 ++-- images/5.0.7-php7.0/Dockerfile | 4 ++-- images/5.0.7-php7.1/Dockerfile | 4 ++-- images/5.0.7/Dockerfile | 4 ++-- images/6.0.8-php7.0/Dockerfile | 4 ++-- images/6.0.8-php7.1/Dockerfile | 4 ++-- images/6.0.8/Dockerfile | 4 ++-- images/7.0.4-php7.0/Dockerfile | 4 ++-- images/7.0.4-php7.1/Dockerfile | 4 ++-- images/7.0.4/Dockerfile | 4 ++-- images/8.0.3-php7.0/Dockerfile | 4 ++-- images/8.0.3-php7.1/Dockerfile | 4 ++-- images/8.0.3/Dockerfile | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Dockerfile.template b/Dockerfile.template index 5ac0302..246fbdb 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,4 +1,4 @@ -FROM php:%PHP_VERSION%-jessie +FROM php:%PHP_VERSION%-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/5.0.7-php7.0/Dockerfile b/images/5.0.7-php7.0/Dockerfile index 72acbf9..bd33d25 100644 --- a/images/5.0.7-php7.0/Dockerfile +++ b/images/5.0.7-php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache-jessie +FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/5.0.7-php7.1/Dockerfile b/images/5.0.7-php7.1/Dockerfile index a328402..e667852 100644 --- a/images/5.0.7-php7.1/Dockerfile +++ b/images/5.0.7-php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1-apache-jessie +FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/5.0.7/Dockerfile b/images/5.0.7/Dockerfile index 45ce24f..d4085d8 100644 --- a/images/5.0.7/Dockerfile +++ b/images/5.0.7/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5.6-apache-jessie +FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/6.0.8-php7.0/Dockerfile b/images/6.0.8-php7.0/Dockerfile index 4d46c1c..d8e0957 100644 --- a/images/6.0.8-php7.0/Dockerfile +++ b/images/6.0.8-php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache-jessie +FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/6.0.8-php7.1/Dockerfile b/images/6.0.8-php7.1/Dockerfile index bfdc65c..1b62823 100644 --- a/images/6.0.8-php7.1/Dockerfile +++ b/images/6.0.8-php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1-apache-jessie +FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/6.0.8/Dockerfile b/images/6.0.8/Dockerfile index 4ebe31e..0646e2a 100644 --- a/images/6.0.8/Dockerfile +++ b/images/6.0.8/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5.6-apache-jessie +FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/7.0.4-php7.0/Dockerfile b/images/7.0.4-php7.0/Dockerfile index 0fe0108..6b0259c 100644 --- a/images/7.0.4-php7.0/Dockerfile +++ b/images/7.0.4-php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache-jessie +FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/7.0.4-php7.1/Dockerfile b/images/7.0.4-php7.1/Dockerfile index b5aaf6f..e92e292 100644 --- a/images/7.0.4-php7.1/Dockerfile +++ b/images/7.0.4-php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1-apache-jessie +FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/7.0.4/Dockerfile b/images/7.0.4/Dockerfile index ba9720f..35c8b80 100644 --- a/images/7.0.4/Dockerfile +++ b/images/7.0.4/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5.6-apache-jessie +FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/8.0.3-php7.0/Dockerfile b/images/8.0.3-php7.0/Dockerfile index 4489d6c..8169544 100644 --- a/images/8.0.3-php7.0/Dockerfile +++ b/images/8.0.3-php7.0/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.0-apache-jessie +FROM php:7.0-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/8.0.3-php7.1/Dockerfile b/images/8.0.3-php7.1/Dockerfile index ea13582..5c3c1fb 100644 --- a/images/8.0.3-php7.1/Dockerfile +++ b/images/8.0.3-php7.1/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.1-apache-jessie +FROM php:7.1-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \ diff --git a/images/8.0.3/Dockerfile b/images/8.0.3/Dockerfile index 0fb36fc..8590b29 100644 --- a/images/8.0.3/Dockerfile +++ b/images/8.0.3/Dockerfile @@ -1,4 +1,4 @@ -FROM php:5.6-apache-jessie +FROM php:5.6-apache-stretch MAINTAINER Garcia MICHEL @@ -22,7 +22,7 @@ ENV PHP_INI_DATE_TIMEZONE 'UTC' RUN apt-get update -q && apt-get upgrade -yq \ && apt-get install -yq \ - libpng12-dev \ + libpng-dev \ libjpeg-dev \ libxml2-dev \ mysql-client \