Skip to content

Commit c2cc2e7

Browse files
Update to 7.4.5
1 parent d8bb468 commit c2cc2e7

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

7.4/alpine3.10/cli/Dockerfile

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

6363
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6464

65-
ENV PHP_VERSION 7.4.4
66-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
67-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
65+
ENV PHP_VERSION 7.4.5
66+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
67+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
6868

6969
RUN set -eux; \
7070
\

7.4/alpine3.10/fpm/Dockerfile

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

6464
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6565

66-
ENV PHP_VERSION 7.4.4
67-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
68-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
66+
ENV PHP_VERSION 7.4.5
67+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
68+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
6969

7070
RUN set -eux; \
7171
\

7.4/alpine3.10/zts/Dockerfile

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

6464
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6565

66-
ENV PHP_VERSION 7.4.4
67-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
68-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
66+
ENV PHP_VERSION 7.4.5
67+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
68+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
6969

7070
RUN set -eux; \
7171
\

7.4/alpine3.11/cli/Dockerfile

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

6363
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6464

65-
ENV PHP_VERSION 7.4.4
66-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
67-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
65+
ENV PHP_VERSION 7.4.5
66+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
67+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
6868

6969
RUN set -eux; \
7070
\

7.4/alpine3.11/fpm/Dockerfile

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

6464
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6565

66-
ENV PHP_VERSION 7.4.4
67-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
68-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
66+
ENV PHP_VERSION 7.4.5
67+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
68+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
6969

7070
RUN set -eux; \
7171
\

7.4/alpine3.11/zts/Dockerfile

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

6464
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6565

66-
ENV PHP_VERSION 7.4.4
67-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
68-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
66+
ENV PHP_VERSION 7.4.5
67+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
68+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
6969

7070
RUN set -eux; \
7171
\

7.4/buster/apache/Dockerfile

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

125125
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
126126

127-
ENV PHP_VERSION 7.4.4
128-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
129-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
127+
ENV PHP_VERSION 7.4.5
128+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
129+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
130130

131131
RUN set -eux; \
132132
\

7.4/buster/cli/Dockerfile

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

6565
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6666

67-
ENV PHP_VERSION 7.4.4
68-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
69-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
67+
ENV PHP_VERSION 7.4.5
68+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
69+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
7070

7171
RUN set -eux; \
7272
\

7.4/buster/fpm/Dockerfile

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

6666
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6767

68-
ENV PHP_VERSION 7.4.4
69-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
70-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
68+
ENV PHP_VERSION 7.4.5
69+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
70+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
7171

7272
RUN set -eux; \
7373
\

7.4/buster/zts/Dockerfile

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

6666
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6767

68-
ENV PHP_VERSION 7.4.4
69-
ENV PHP_URL="https://www.php.net/get/php-7.4.4.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.4.tar.xz.asc/from/this/mirror"
70-
ENV PHP_SHA256="1873c4cefdd3df9a78dcffb2198bba5c2f0464f55c9c960720c84df483fca74c" PHP_MD5=""
68+
ENV PHP_VERSION 7.4.5
69+
ENV PHP_URL="https://www.php.net/get/php-7.4.5.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.5.tar.xz.asc/from/this/mirror"
70+
ENV PHP_SHA256="d059fd7f55bdc4d2eada15a00a2976697010d3631ef6f83149cc5289e1f23c2c" PHP_MD5=""
7171

7272
RUN set -eux; \
7373
\

0 commit comments

Comments
 (0)