From e63194a0006848edb13b7eff5a7f9d790d679428 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 3 May 2019 06:46:11 +0000 Subject: [PATCH] Update to 7.1.29 --- 7.1/alpine3.8/cli/Dockerfile | 6 +++--- 7.1/alpine3.8/fpm/Dockerfile | 6 +++--- 7.1/alpine3.8/zts/Dockerfile | 6 +++--- 7.1/alpine3.9/cli/Dockerfile | 6 +++--- 7.1/alpine3.9/fpm/Dockerfile | 6 +++--- 7.1/alpine3.9/zts/Dockerfile | 6 +++--- 7.1/jessie/apache/Dockerfile | 6 +++--- 7.1/jessie/cli/Dockerfile | 6 +++--- 7.1/jessie/fpm/Dockerfile | 6 +++--- 7.1/jessie/zts/Dockerfile | 6 +++--- 7.1/stretch/apache/Dockerfile | 6 +++--- 7.1/stretch/cli/Dockerfile | 6 +++--- 7.1/stretch/fpm/Dockerfile | 6 +++--- 7.1/stretch/zts/Dockerfile | 6 +++--- 14 files changed, 42 insertions(+), 42 deletions(-) diff --git a/7.1/alpine3.8/cli/Dockerfile b/7.1/alpine3.8/cli/Dockerfile index 767ac8595d..b404204fff 100644 --- a/7.1/alpine3.8/cli/Dockerfile +++ b/7.1/alpine3.8/cli/Dockerfile @@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/alpine3.8/fpm/Dockerfile b/7.1/alpine3.8/fpm/Dockerfile index 9e568b8bc1..9c741af91b 100644 --- a/7.1/alpine3.8/fpm/Dockerfile +++ b/7.1/alpine3.8/fpm/Dockerfile @@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/alpine3.8/zts/Dockerfile b/7.1/alpine3.8/zts/Dockerfile index 955b6e6107..92b053bb63 100644 --- a/7.1/alpine3.8/zts/Dockerfile +++ b/7.1/alpine3.8/zts/Dockerfile @@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/alpine3.9/cli/Dockerfile b/7.1/alpine3.9/cli/Dockerfile index 217d0c0ed1..0eee2b3067 100644 --- a/7.1/alpine3.9/cli/Dockerfile +++ b/7.1/alpine3.9/cli/Dockerfile @@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/alpine3.9/fpm/Dockerfile b/7.1/alpine3.9/fpm/Dockerfile index 2de1e0e087..79c5479d4c 100644 --- a/7.1/alpine3.9/fpm/Dockerfile +++ b/7.1/alpine3.9/fpm/Dockerfile @@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/alpine3.9/zts/Dockerfile b/7.1/alpine3.9/zts/Dockerfile index 58ab5c229b..f0770d6e19 100644 --- a/7.1/alpine3.9/zts/Dockerfile +++ b/7.1/alpine3.9/zts/Dockerfile @@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/jessie/apache/Dockerfile b/7.1/jessie/apache/Dockerfile index 1a5df91783..9e5f6126ff 100644 --- a/7.1/jessie/apache/Dockerfile +++ b/7.1/jessie/apache/Dockerfile @@ -120,9 +120,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/jessie/cli/Dockerfile b/7.1/jessie/cli/Dockerfile index 234538f92e..38d5d730e7 100644 --- a/7.1/jessie/cli/Dockerfile +++ b/7.1/jessie/cli/Dockerfile @@ -60,9 +60,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/jessie/fpm/Dockerfile b/7.1/jessie/fpm/Dockerfile index c2fda65945..b40cf5b4cc 100644 --- a/7.1/jessie/fpm/Dockerfile +++ b/7.1/jessie/fpm/Dockerfile @@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/jessie/zts/Dockerfile b/7.1/jessie/zts/Dockerfile index 8ea16352d9..6b75073970 100644 --- a/7.1/jessie/zts/Dockerfile +++ b/7.1/jessie/zts/Dockerfile @@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/stretch/apache/Dockerfile b/7.1/stretch/apache/Dockerfile index 542dc7fcbd..364196994c 100644 --- a/7.1/stretch/apache/Dockerfile +++ b/7.1/stretch/apache/Dockerfile @@ -120,9 +120,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/stretch/cli/Dockerfile b/7.1/stretch/cli/Dockerfile index 190b7beb7c..27ba814fdb 100644 --- a/7.1/stretch/cli/Dockerfile +++ b/7.1/stretch/cli/Dockerfile @@ -60,9 +60,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/stretch/fpm/Dockerfile b/7.1/stretch/fpm/Dockerfile index ad801f1b8b..688a02b71e 100644 --- a/7.1/stretch/fpm/Dockerfile +++ b/7.1/stretch/fpm/Dockerfile @@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \ diff --git a/7.1/stretch/zts/Dockerfile b/7.1/stretch/zts/Dockerfile index 259254f9bc..6bca719634 100644 --- a/7.1/stretch/zts/Dockerfile +++ b/7.1/stretch/zts/Dockerfile @@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie" ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172 -ENV PHP_VERSION 7.1.28 -ENV PHP_URL="https://www.php.net/get/php-7.1.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.28.tar.xz.asc/from/this/mirror" -ENV PHP_SHA256="45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2" PHP_MD5="" +ENV PHP_VERSION 7.1.29 +ENV PHP_URL="https://www.php.net/get/php-7.1.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.1.29.tar.xz.asc/from/this/mirror" +ENV PHP_SHA256="b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb" PHP_MD5="" RUN set -xe; \ \