Skip to content

Commit

Permalink
Update to 7.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 14, 2018
1 parent c04d025 commit c856411
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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" 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.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=""
ENV PHP_VERSION 7.1.22
ENV PHP_URL="https://secure.php.net/get/php-7.1.22.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.1.22.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="9194c9b3a592d8376fde837dde711ec01ee26f8607fc2884047ef6f7c089b15d" PHP_MD5=""

RUN set -xe; \
\
Expand Down

0 comments on commit c856411

Please sign in to comment.