From e92dfe4847c9fe74ea309e66f9d3ef0217f8525d Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 17 Aug 2018 00:46:13 +0000 Subject: [PATCH] Update to 7.2.9 --- 7.2/alpine3.6/cli/Dockerfile | 6 +++--- 7.2/alpine3.6/fpm/Dockerfile | 6 +++--- 7.2/alpine3.6/zts/Dockerfile | 6 +++--- 7.2/alpine3.7/cli/Dockerfile | 6 +++--- 7.2/alpine3.7/fpm/Dockerfile | 6 +++--- 7.2/alpine3.7/zts/Dockerfile | 6 +++--- 7.2/alpine3.8/cli/Dockerfile | 6 +++--- 7.2/alpine3.8/fpm/Dockerfile | 6 +++--- 7.2/alpine3.8/zts/Dockerfile | 6 +++--- 7.2/stretch/apache/Dockerfile | 6 +++--- 7.2/stretch/cli/Dockerfile | 6 +++--- 7.2/stretch/fpm/Dockerfile | 6 +++--- 7.2/stretch/zts/Dockerfile | 6 +++--- 13 files changed, 39 insertions(+), 39 deletions(-) diff --git a/7.2/alpine3.6/cli/Dockerfile b/7.2/alpine3.6/cli/Dockerfile index 055526e3..631fdedc 100644 --- a/7.2/alpine3.6/cli/Dockerfile +++ b/7.2/alpine3.6/cli/Dockerfile @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.6/fpm/Dockerfile b/7.2/alpine3.6/fpm/Dockerfile index 33e72250..3c959bc1 100644 --- a/7.2/alpine3.6/fpm/Dockerfile +++ b/7.2/alpine3.6/fpm/Dockerfile @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.6/zts/Dockerfile b/7.2/alpine3.6/zts/Dockerfile index e941cb5e..34a0b248 100644 --- a/7.2/alpine3.6/zts/Dockerfile +++ b/7.2/alpine3.6/zts/Dockerfile @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.7/cli/Dockerfile b/7.2/alpine3.7/cli/Dockerfile index e0440c08..ce7315ed 100644 --- a/7.2/alpine3.7/cli/Dockerfile +++ b/7.2/alpine3.7/cli/Dockerfile @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.7/fpm/Dockerfile b/7.2/alpine3.7/fpm/Dockerfile index 8063f471..0e0c0d56 100644 --- a/7.2/alpine3.7/fpm/Dockerfile +++ b/7.2/alpine3.7/fpm/Dockerfile @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.7/zts/Dockerfile b/7.2/alpine3.7/zts/Dockerfile index 118a62d8..36c24008 100644 --- a/7.2/alpine3.7/zts/Dockerfile +++ b/7.2/alpine3.7/zts/Dockerfile @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.8/cli/Dockerfile b/7.2/alpine3.8/cli/Dockerfile index 501f8762..da335003 100644 --- a/7.2/alpine3.8/cli/Dockerfile +++ b/7.2/alpine3.8/cli/Dockerfile @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.8/fpm/Dockerfile b/7.2/alpine3.8/fpm/Dockerfile index fdb35d35..50bc201e 100644 --- a/7.2/alpine3.8/fpm/Dockerfile +++ b/7.2/alpine3.8/fpm/Dockerfile @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.8/zts/Dockerfile b/7.2/alpine3.8/zts/Dockerfile index 2cc9272a..ebcacf51 100644 --- a/7.2/alpine3.8/zts/Dockerfile +++ b/7.2/alpine3.8/zts/Dockerfile @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/apache/Dockerfile b/7.2/stretch/apache/Dockerfile index c16110db..f8d8a18f 100644 --- a/7.2/stretch/apache/Dockerfile +++ b/7.2/stretch/apache/Dockerfile @@ -113,9 +113,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/cli/Dockerfile b/7.2/stretch/cli/Dockerfile index 4cf28007..500b41ab 100644 --- a/7.2/stretch/cli/Dockerfile +++ b/7.2/stretch/cli/Dockerfile @@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/fpm/Dockerfile b/7.2/stretch/fpm/Dockerfile index 7695be08..41e8460e 100644 --- a/7.2/stretch/fpm/Dockerfile +++ b/7.2/stretch/fpm/Dockerfile @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/zts/Dockerfile b/7.2/stretch/zts/Dockerfile index 48948353..6bc3ea33 100644 --- a/7.2/stretch/zts/Dockerfile +++ b/7.2/stretch/zts/Dockerfile @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.8 -ENV PHP_URL="https://secure.php.net/get/php-7.2.8.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.8.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="53ba0708be8a7db44256e3ae9fcecc91b811e5b5119e6080c951ffe7910ffb0f" PHP_MD5="" +ENV PHP_VERSION 7.2.9 +ENV PHP_URL="https://secure.php.net/get/php-7.2.9.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.9.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="3585c1222e00494efee4f5a65a8e03a1e6eca3dfb834814236ee7f02c5248ae0" PHP_MD5="" RUN set -xe; \ \