Skip to content

Commit aba1a25

Browse files
Update to 7.0.19
1 parent 7ec3afc commit aba1a25

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

7.0/Dockerfile

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

4646
ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4747

48-
ENV PHP_VERSION 7.0.18
49-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
50-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
48+
ENV PHP_VERSION 7.0.19
49+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
50+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
5151

5252
RUN set -xe; \
5353
\

7.0/alpine/Dockerfile

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

5151
ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5252

53-
ENV PHP_VERSION 7.0.18
54-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
55-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
53+
ENV PHP_VERSION 7.0.19
54+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
55+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
5656

5757
RUN set -xe; \
5858
\

7.0/apache/Dockerfile

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

105105
ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
106106

107-
ENV PHP_VERSION 7.0.18
108-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
109-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
107+
ENV PHP_VERSION 7.0.19
108+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
109+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
110110

111111
RUN set -xe; \
112112
\

7.0/fpm/Dockerfile

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

4747
ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4848

49-
ENV PHP_VERSION 7.0.18
50-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
51-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
49+
ENV PHP_VERSION 7.0.19
50+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
51+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
5252

5353
RUN set -xe; \
5454
\

7.0/fpm/alpine/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 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5353

54-
ENV PHP_VERSION 7.0.18
55-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
56-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
54+
ENV PHP_VERSION 7.0.19
55+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
56+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
5757

5858
RUN set -xe; \
5959
\

7.0/zts/Dockerfile

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

4747
ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4848

49-
ENV PHP_VERSION 7.0.18
50-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
51-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
49+
ENV PHP_VERSION 7.0.19
50+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
51+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
5252

5353
RUN set -xe; \
5454
\

7.0/zts/alpine/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 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5353

54-
ENV PHP_VERSION 7.0.18
55-
ENV PHP_URL="https://secure.php.net/get/php-7.0.18.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.18.tar.xz.asc/from/this/mirror"
56-
ENV PHP_SHA256="679cffcdf2495dee5ab89bda595e678a1096136678b3a1d08f1f57ba347c234d" PHP_MD5="a578c55644d233635d2caa96c3a6f9c7"
54+
ENV PHP_VERSION 7.0.19
55+
ENV PHP_URL="https://secure.php.net/get/php-7.0.19.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.19.tar.xz.asc/from/this/mirror"
56+
ENV PHP_SHA256="640e5e3377d15a6d19adce2b94a9d876eeddabdb862d154a5e347987f4225ef6" PHP_MD5="1a17e45c8be9ce28f036d884563e8ae7"
5757

5858
RUN set -xe; \
5959
\

0 commit comments

Comments
 (0)