Skip to content

Commit 8ffc3b6

Browse files
Update to 7.3.0RC2
1 parent 05eeed3 commit 8ffc3b6

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

7.3-rc/alpine3.8/cli/Dockerfile

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

5656
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
5757

58-
ENV PHP_VERSION 7.3.0RC1
59-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
60-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
58+
ENV PHP_VERSION 7.3.0RC2
59+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
60+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
6161

6262
RUN set -xe; \
6363
\

7.3-rc/alpine3.8/fpm/Dockerfile

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

5757
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
5858

59-
ENV PHP_VERSION 7.3.0RC1
60-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
61-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
59+
ENV PHP_VERSION 7.3.0RC2
60+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
61+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
6262

6363
RUN set -xe; \
6464
\

7.3-rc/alpine3.8/zts/Dockerfile

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

5757
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
5858

59-
ENV PHP_VERSION 7.3.0RC1
60-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
61-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
59+
ENV PHP_VERSION 7.3.0RC2
60+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
61+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
6262

6363
RUN set -xe; \
6464
\

7.3-rc/stretch/apache/Dockerfile

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

114114
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
115115

116-
ENV PHP_VERSION 7.3.0RC1
117-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
118-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
116+
ENV PHP_VERSION 7.3.0RC2
117+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
118+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
119119

120120
RUN set -xe; \
121121
\

7.3-rc/stretch/cli/Dockerfile

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

5555
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
5656

57-
ENV PHP_VERSION 7.3.0RC1
58-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
59-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
57+
ENV PHP_VERSION 7.3.0RC2
58+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
59+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
6060

6161
RUN set -xe; \
6262
\

7.3-rc/stretch/fpm/Dockerfile

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

5656
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
5757

58-
ENV PHP_VERSION 7.3.0RC1
59-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
60-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
58+
ENV PHP_VERSION 7.3.0RC2
59+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
60+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
6161

6262
RUN set -xe; \
6363
\

7.3-rc/stretch/zts/Dockerfile

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

5656
ENV GPG_KEYS CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D
5757

58-
ENV PHP_VERSION 7.3.0RC1
59-
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC1.tar.xz.asc"
60-
ENV PHP_SHA256="f6af9e4e2376f1aadee8d1b4b7a60c5080bf53fe8816e141c78d4f72c93c5075" PHP_MD5=""
58+
ENV PHP_VERSION 7.3.0RC2
59+
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0RC2.tar.xz.asc"
60+
ENV PHP_SHA256="f52692cb4f5144365a72c6ff698101035a27bceebf2d5a307ad82dd43ee9d751" PHP_MD5=""
6161

6262
RUN set -xe; \
6363
\

0 commit comments

Comments
 (0)