diff --git a/7.2/alpine3.6/cli/Dockerfile b/7.2/alpine3.6/cli/Dockerfile index 47873a38..8dc7f365 100644 --- a/7.2/alpine3.6/cli/Dockerfile +++ b/7.2/alpine3.6/cli/Dockerfile @@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.6/fpm/Dockerfile b/7.2/alpine3.6/fpm/Dockerfile index 604d1385..cc404c59 100644 --- a/7.2/alpine3.6/fpm/Dockerfile +++ b/7.2/alpine3.6/fpm/Dockerfile @@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.6/zts/Dockerfile b/7.2/alpine3.6/zts/Dockerfile index 3e0501ab..673b8468 100644 --- a/7.2/alpine3.6/zts/Dockerfile +++ b/7.2/alpine3.6/zts/Dockerfile @@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.7/cli/Dockerfile b/7.2/alpine3.7/cli/Dockerfile index c55f1f34..9b37e164 100644 --- a/7.2/alpine3.7/cli/Dockerfile +++ b/7.2/alpine3.7/cli/Dockerfile @@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.7/fpm/Dockerfile b/7.2/alpine3.7/fpm/Dockerfile index a0a6f548..2c11e96e 100644 --- a/7.2/alpine3.7/fpm/Dockerfile +++ b/7.2/alpine3.7/fpm/Dockerfile @@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/alpine3.7/zts/Dockerfile b/7.2/alpine3.7/zts/Dockerfile index 36a171ad..05c1a971 100644 --- a/7.2/alpine3.7/zts/Dockerfile +++ b/7.2/alpine3.7/zts/Dockerfile @@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/apache/Dockerfile b/7.2/stretch/apache/Dockerfile index 84b5a78b..84d50b2d 100644 --- a/7.2/stretch/apache/Dockerfile +++ b/7.2/stretch/apache/Dockerfile @@ -110,9 +110,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/cli/Dockerfile b/7.2/stretch/cli/Dockerfile index 8ee1a58b..73638862 100644 --- a/7.2/stretch/cli/Dockerfile +++ b/7.2/stretch/cli/Dockerfile @@ -51,9 +51,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/fpm/Dockerfile b/7.2/stretch/fpm/Dockerfile index d1b2a103..d2e204d4 100644 --- a/7.2/stretch/fpm/Dockerfile +++ b/7.2/stretch/fpm/Dockerfile @@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.2/stretch/zts/Dockerfile b/7.2/stretch/zts/Dockerfile index 47e087b7..9b567f76 100644 --- a/7.2/stretch/zts/Dockerfile +++ b/7.2/stretch/zts/Dockerfile @@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F -ENV PHP_VERSION 7.2.1 -ENV PHP_URL="https://secure.php.net/get/php-7.2.1.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.1.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="6c6cf82fda6660ed963821eb0525214bb3547e8e29f447b9c15b2d8e6efd8822" PHP_MD5="" +ENV PHP_VERSION 7.2.2 +ENV PHP_URL="https://secure.php.net/get/php-7.2.2.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.2.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5="" RUN set -xe; \ \