Skip to content

Commit

Permalink
Update to 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Mar 3, 2018
1 parent bd08891 commit 35aedb2
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
6 changes: 3 additions & 3 deletions 7.2/alpine3.6/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

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

ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F

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=""
ENV PHP_VERSION 7.2.3
ENV PHP_URL="https://secure.php.net/get/php-7.2.3.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.2.3.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""

RUN set -xe; \
\
Expand Down

0 comments on commit 35aedb2

Please sign in to comment.