Skip to content

Commit

Permalink
Update to 7.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Aug 20, 2018
1 parent e62be1c commit 74b59e1
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions 7.1/alpine3.7/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/alpine3.7/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/alpine3.7/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/alpine3.8/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/alpine3.8/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/alpine3.8/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/jessie/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/jessie/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/jessie/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/jessie/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/stretch/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/stretch/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/stretch/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.1/stretch/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

ENV PHP_VERSION 7.1.20
ENV PHP_URL="https://secure.php.net/get/php-7.1.20.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.20.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="cd7d1006201459d43fae0790cce4eb3451add5c87f4cadb13b228d4c179b850c" PHP_MD5=""
ENV PHP_VERSION 7.1.21
ENV PHP_URL="https://secure.php.net/get/php-7.1.21.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.21.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="d4da6dc69d3fe1e6b2b80f16b262f391037bfeb21213c966e026bd45d7ca2813" PHP_MD5=""

RUN set -xe; \
\
Expand Down

0 comments on commit 74b59e1

Please sign in to comment.