Skip to content

Commit 35aedb2

Browse files
Update to 7.2.3
1 parent bd08891 commit 35aedb2

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

7.2/alpine3.6/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5252

5353
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5454

55-
ENV PHP_VERSION 7.2.2
56-
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"
57-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
55+
ENV PHP_VERSION 7.2.3
56+
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"
57+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

7.2/alpine3.6/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5353

5454
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5555

56-
ENV PHP_VERSION 7.2.2
57-
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"
58-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
56+
ENV PHP_VERSION 7.2.3
57+
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"
58+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5959

6060
RUN set -xe; \
6161
\

7.2/alpine3.6/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5353

5454
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5555

56-
ENV PHP_VERSION 7.2.2
57-
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"
58-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
56+
ENV PHP_VERSION 7.2.3
57+
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"
58+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5959

6060
RUN set -xe; \
6161
\

7.2/alpine3.7/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5252

5353
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5454

55-
ENV PHP_VERSION 7.2.2
56-
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"
57-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
55+
ENV PHP_VERSION 7.2.3
56+
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"
57+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

7.2/alpine3.7/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5353

5454
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5555

56-
ENV PHP_VERSION 7.2.2
57-
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"
58-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
56+
ENV PHP_VERSION 7.2.3
57+
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"
58+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5959

6060
RUN set -xe; \
6161
\

7.2/alpine3.7/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5353

5454
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5555

56-
ENV PHP_VERSION 7.2.2
57-
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"
58-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
56+
ENV PHP_VERSION 7.2.3
57+
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"
58+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5959

6060
RUN set -xe; \
6161
\

7.2/stretch/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
110110

111111
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
112112

113-
ENV PHP_VERSION 7.2.2
114-
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"
115-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
113+
ENV PHP_VERSION 7.2.3
114+
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"
115+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
116116

117117
RUN set -xe; \
118118
\

7.2/stretch/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5151

5252
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5353

54-
ENV PHP_VERSION 7.2.2
55-
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"
56-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
54+
ENV PHP_VERSION 7.2.3
55+
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"
56+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5757

5858
RUN set -xe; \
5959
\

7.2/stretch/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5252

5353
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5454

55-
ENV PHP_VERSION 7.2.2
56-
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"
57-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
55+
ENV PHP_VERSION 7.2.3
56+
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"
57+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

7.2/stretch/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5252

5353
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
5454

55-
ENV PHP_VERSION 7.2.2
56-
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"
57-
ENV PHP_SHA256="47d7607d38a1d565fc43ea942c92229a7cd165f156737f210937e375b243cb11" PHP_MD5=""
55+
ENV PHP_VERSION 7.2.3
56+
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"
57+
ENV PHP_SHA256="b3a94f1b562f413c0b96f54bc309706d83b29ac65d9b172bc7ed9fb40a5e651f" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

0 commit comments

Comments
 (0)