File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
34
34
35
35
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
36
36
37
- ENV PHP_VERSION 7.1.0RC1
38
- ENV PHP_FILENAME php-7.1.0RC1 .tar.xz
37
+ ENV PHP_VERSION 7.1.0RC2
38
+ ENV PHP_FILENAME php-7.1.0RC2 .tar.xz
39
39
40
40
RUN set -xe \
41
41
&& cd /usr/src \
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
39
39
40
40
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
41
41
42
- ENV PHP_VERSION 7.1.0RC1
43
- ENV PHP_FILENAME php-7.1.0RC1 .tar.xz
42
+ ENV PHP_VERSION 7.1.0RC2
43
+ ENV PHP_FILENAME php-7.1.0RC2 .tar.xz
44
44
45
45
RUN set -xe \
46
46
&& apk add --no-cache --virtual .fetch-deps \
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
90
90
91
91
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
92
92
93
- ENV PHP_VERSION 7.1.0RC1
94
- ENV PHP_FILENAME php-7.1.0RC1 .tar.xz
93
+ ENV PHP_VERSION 7.1.0RC2
94
+ ENV PHP_FILENAME php-7.1.0RC2 .tar.xz
95
95
96
96
RUN set -xe \
97
97
&& cd /usr/src \
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr
35
35
36
36
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
37
37
38
- ENV PHP_VERSION 7.1.0RC1
39
- ENV PHP_FILENAME php-7.1.0RC1 .tar.xz
38
+ ENV PHP_VERSION 7.1.0RC2
39
+ ENV PHP_FILENAME php-7.1.0RC2 .tar.xz
40
40
41
41
RUN set -xe \
42
42
&& cd /usr/src \
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
35
35
36
36
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
37
37
38
- ENV PHP_VERSION 7.1.0RC1
39
- ENV PHP_FILENAME php-7.1.0RC1 .tar.xz
38
+ ENV PHP_VERSION 7.1.0RC2
39
+ ENV PHP_FILENAME php-7.1.0RC2 .tar.xz
40
40
41
41
RUN set -xe \
42
42
&& cd /usr/src \
You can’t perform that action at this time.
0 commit comments