Skip to content

Commit a5c680f

Browse files
committed
Merge pull request docker-library#164 from blazarecki/upgrade-to-7.0.1
Upgrade to 7.0.1
2 parents 8361e62 + 914f1fc commit a5c680f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

7.0/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ RUN set -xe \
1818
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1919
done
2020

21-
ENV PHP_VERSION 7.0.0
22-
ENV PHP_FILENAME php-7.0.0.tar.xz
23-
ENV PHP_SHA256 7dbdda74c502960febe0544b3e3a7c430389a7a4260e94c73fd8ca26c33b8540
21+
ENV PHP_VERSION 7.0.1
22+
ENV PHP_FILENAME php-7.0.1.tar.xz
23+
ENV PHP_SHA256 84fcb8b9c61f70db802d3b6636c6ba602470a375e593375c0c744483aa0c0357
2424

2525
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
2626
RUN buildDeps=" \

7.0/apache/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ RUN set -xe \
3131
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
3232
done
3333

34-
ENV PHP_VERSION 7.0.0
35-
ENV PHP_FILENAME php-7.0.0.tar.xz
36-
ENV PHP_SHA256 7dbdda74c502960febe0544b3e3a7c430389a7a4260e94c73fd8ca26c33b8540
34+
ENV PHP_VERSION 7.0.1
35+
ENV PHP_FILENAME php-7.0.1.tar.xz
36+
ENV PHP_SHA256 84fcb8b9c61f70db802d3b6636c6ba602470a375e593375c0c744483aa0c0357
3737

3838
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
3939
RUN buildDeps=" \

7.0/fpm/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN set -xe \
1919
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
2020
done
2121

22-
ENV PHP_VERSION 7.0.0
23-
ENV PHP_FILENAME php-7.0.0.tar.xz
24-
ENV PHP_SHA256 7dbdda74c502960febe0544b3e3a7c430389a7a4260e94c73fd8ca26c33b8540
22+
ENV PHP_VERSION 7.0.1
23+
ENV PHP_FILENAME php-7.0.1.tar.xz
24+
ENV PHP_SHA256 84fcb8b9c61f70db802d3b6636c6ba602470a375e593375c0c744483aa0c0357
2525

2626
# --enable-mysqlnd is included below because it's harder to compile after the fact the extensions are (since it's a plugin for several extensions, not an extension in itself)
2727
RUN buildDeps=" \

0 commit comments

Comments
 (0)