Skip to content

Commit bfa0c5c

Browse files
ReactDevs007tianon
authored andcommitted
Update the other two 7.1 variants for 7.1.0RC2
1 parent c55c620 commit bfa0c5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

7.1/fpm/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr
4040

4141
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
4242

43-
ENV PHP_VERSION 7.1.0RC1
44-
ENV PHP_FILENAME php-7.1.0RC1.tar.xz
43+
ENV PHP_VERSION 7.1.0RC2
44+
ENV PHP_FILENAME php-7.1.0RC2.tar.xz
4545

4646
RUN set -xe \
4747
&& apk add --no-cache --virtual .fetch-deps \

7.1/zts/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
4040

4141
ENV GPG_KEYS A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0
4242

43-
ENV PHP_VERSION 7.1.0RC1
44-
ENV PHP_FILENAME php-7.1.0RC1.tar.xz
43+
ENV PHP_VERSION 7.1.0RC2
44+
ENV PHP_FILENAME php-7.1.0RC2.tar.xz
4545

4646
RUN set -xe \
4747
&& apk add --no-cache --virtual .fetch-deps \

0 commit comments

Comments
 (0)