Skip to content

Commit d41f0d0

Browse files
committed
Update to 7.2.30 (security update)
Closes #1002
1 parent 993fe84 commit d41f0d0

File tree

14 files changed

+42
-42
lines changed

14 files changed

+42
-42
lines changed

7.2/alpine3.10/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6161

6262
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6363

64-
ENV PHP_VERSION 7.2.29
65-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
66-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
64+
ENV PHP_VERSION 7.2.30
65+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
66+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6767

6868
RUN set -eux; \
6969
\

7.2/alpine3.10/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6262

6363
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6464

65-
ENV PHP_VERSION 7.2.29
66-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
67-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
65+
ENV PHP_VERSION 7.2.30
66+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
67+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6868

6969
RUN set -eux; \
7070
\

7.2/alpine3.10/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6262

6363
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6464

65-
ENV PHP_VERSION 7.2.29
66-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
67-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
65+
ENV PHP_VERSION 7.2.30
66+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
67+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6868

6969
RUN set -eux; \
7070
\

7.2/alpine3.11/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6161

6262
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6363

64-
ENV PHP_VERSION 7.2.29
65-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
66-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
64+
ENV PHP_VERSION 7.2.30
65+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
66+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6767

6868
RUN set -eux; \
6969
\

7.2/alpine3.11/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6262

6363
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6464

65-
ENV PHP_VERSION 7.2.29
66-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
67-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
65+
ENV PHP_VERSION 7.2.30
66+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
67+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6868

6969
RUN set -eux; \
7070
\

7.2/alpine3.11/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6262

6363
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6464

65-
ENV PHP_VERSION 7.2.29
66-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
67-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
65+
ENV PHP_VERSION 7.2.30
66+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
67+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6868

6969
RUN set -eux; \
7070
\

7.2/buster/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
123123

124124
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
125125

126-
ENV PHP_VERSION 7.2.29
127-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
128-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
126+
ENV PHP_VERSION 7.2.30
127+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
128+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
129129

130130
RUN set -eux; \
131131
\

7.2/buster/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6363

6464
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6565

66-
ENV PHP_VERSION 7.2.29
67-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
68-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
66+
ENV PHP_VERSION 7.2.30
67+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
68+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6969

7070
RUN set -eux; \
7171
\

7.2/buster/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6464

6565
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6666

67-
ENV PHP_VERSION 7.2.29
68-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
69-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
67+
ENV PHP_VERSION 7.2.30
68+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
69+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
7070

7171
RUN set -eux; \
7272
\

7.2/buster/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6464

6565
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6666

67-
ENV PHP_VERSION 7.2.29
68-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
69-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
67+
ENV PHP_VERSION 7.2.30
68+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
69+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
7070

7171
RUN set -eux; \
7272
\

7.2/stretch/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
123123

124124
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
125125

126-
ENV PHP_VERSION 7.2.29
127-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
128-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
126+
ENV PHP_VERSION 7.2.30
127+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
128+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
129129

130130
RUN set -eux; \
131131
\

7.2/stretch/cli/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6363

6464
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6565

66-
ENV PHP_VERSION 7.2.29
67-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
68-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
66+
ENV PHP_VERSION 7.2.30
67+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
68+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
6969

7070
RUN set -eux; \
7171
\

7.2/stretch/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6464

6565
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6666

67-
ENV PHP_VERSION 7.2.29
68-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
69-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
67+
ENV PHP_VERSION 7.2.30
68+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
69+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
7070

7171
RUN set -eux; \
7272
\

7.2/stretch/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -pie"
6464

6565
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F
6666

67-
ENV PHP_VERSION 7.2.29
68-
ENV PHP_URL="https://www.php.net/get/php-7.2.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.29.tar.xz.asc/from/this/mirror"
69-
ENV PHP_SHA256="b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8" PHP_MD5=""
67+
ENV PHP_VERSION 7.2.30
68+
ENV PHP_URL="https://www.php.net/get/php-7.2.30.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.2.30.tar.xz.asc/from/this/mirror"
69+
ENV PHP_SHA256="aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3" PHP_MD5=""
7070

7171
RUN set -eux; \
7272
\

0 commit comments

Comments
 (0)