Skip to content

Commit 4aa1f0e

Browse files
committed
Apply update.sh (www.php.net vs secure.php.net)
1 parent 55e0906 commit 4aa1f0e

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

7.4/alpine3.10/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
6363
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6464

6565
ENV PHP_VERSION 7.4.0
66-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
66+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
6767
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
6868

6969
RUN set -eux; \

7.4/alpine3.10/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
6464
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6565

6666
ENV PHP_VERSION 7.4.0
67-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
67+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
6868
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
6969

7070
RUN set -eux; \

7.4/alpine3.10/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
6464
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6565

6666
ENV PHP_VERSION 7.4.0
67-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
67+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
6868
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
6969

7070
RUN set -eux; \

7.4/buster/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
125125
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
126126

127127
ENV PHP_VERSION 7.4.0
128-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
128+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
129129
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
130130

131131
RUN set -eux; \

7.4/buster/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
6565
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6666

6767
ENV PHP_VERSION 7.4.0
68-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
68+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
6969
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
7070

7171
RUN set -eux; \

7.4/buster/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
6666
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6767

6868
ENV PHP_VERSION 7.4.0
69-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
69+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
7070
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
7171

7272
RUN set -eux; \

7.4/buster/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
6666
ENV GPG_KEYS 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
6767

6868
ENV PHP_VERSION 7.4.0
69-
ENV PHP_URL="https://secure.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
69+
ENV PHP_URL="https://www.php.net/get/php-7.4.0.tar.xz/from/this/mirror" PHP_ASC_URL="https://www.php.net/get/php-7.4.0.tar.xz.asc/from/this/mirror"
7070
ENV PHP_SHA256="9bb751b20e5d6cc1ea9b1ebf23ef2d5f07f99b2d9cc417bf1d70c04f8b20ec42" PHP_MD5=""
7171

7272
RUN set -eux; \

generate-stackbrew-library.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -Eeuo pipefail
33

44
declare -A aliases=(
55
[7.4]='7 latest'
6+
[7.5-rc]='rc'
67
)
78

89
defaultDebianSuite='buster'

0 commit comments

Comments
 (0)