Skip to content

Commit b367866

Browse files
committed
Merge pull request #199 from shin1x1/upgrade-to-7.0.4-5.6.19-5.5.33
Update to 7.0.4, 5.6.19, and 5.5.33
2 parents 7971ea2 + cdebaa8 commit b367866

File tree

12 files changed

+36
-36
lines changed

12 files changed

+36
-36
lines changed

5.5/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.5.32
22-
ENV PHP_FILENAME php-5.5.32.tar.xz
23-
ENV PHP_SHA256 02f569dcf5bd57dd5e390ddcab8609e3957a698e2db0b793cf2c11a7e33743c9
21+
ENV PHP_VERSION 5.5.33
22+
ENV PHP_FILENAME php-5.5.33.tar.xz
23+
ENV PHP_SHA256 b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30
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=" \

5.5/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.5.32
35-
ENV PHP_FILENAME php-5.5.32.tar.xz
36-
ENV PHP_SHA256 02f569dcf5bd57dd5e390ddcab8609e3957a698e2db0b793cf2c11a7e33743c9
34+
ENV PHP_VERSION 5.5.33
35+
ENV PHP_FILENAME php-5.5.33.tar.xz
36+
ENV PHP_SHA256 b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30
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=" \

5.5/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.5.32
23-
ENV PHP_FILENAME php-5.5.32.tar.xz
24-
ENV PHP_SHA256 02f569dcf5bd57dd5e390ddcab8609e3957a698e2db0b793cf2c11a7e33743c9
22+
ENV PHP_VERSION 5.5.33
23+
ENV PHP_FILENAME php-5.5.33.tar.xz
24+
ENV PHP_SHA256 b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30
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=" \

5.5/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.5.32
23-
ENV PHP_FILENAME php-5.5.32.tar.xz
24-
ENV PHP_SHA256 02f569dcf5bd57dd5e390ddcab8609e3957a698e2db0b793cf2c11a7e33743c9
22+
ENV PHP_VERSION 5.5.33
23+
ENV PHP_FILENAME php-5.5.33.tar.xz
24+
ENV PHP_SHA256 b91dbd3c53f9895e8f7b29e5fed25a64dd3a76b454f6ef7265e73c96b4303f30
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=" \

5.6/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.6.18
22-
ENV PHP_FILENAME php-5.6.18.tar.xz
23-
ENV PHP_SHA256 54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0
21+
ENV PHP_VERSION 5.6.19
22+
ENV PHP_FILENAME php-5.6.19.tar.xz
23+
ENV PHP_SHA256 bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f
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=" \

5.6/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.6.18
35-
ENV PHP_FILENAME php-5.6.18.tar.xz
36-
ENV PHP_SHA256 54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0
34+
ENV PHP_VERSION 5.6.19
35+
ENV PHP_FILENAME php-5.6.19.tar.xz
36+
ENV PHP_SHA256 bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f
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=" \

5.6/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.6.18
23-
ENV PHP_FILENAME php-5.6.18.tar.xz
24-
ENV PHP_SHA256 54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0
22+
ENV PHP_VERSION 5.6.19
23+
ENV PHP_FILENAME php-5.6.19.tar.xz
24+
ENV PHP_SHA256 bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f
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=" \

5.6/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
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 5.6.18
23-
ENV PHP_FILENAME php-5.6.18.tar.xz
24-
ENV PHP_SHA256 54dd9106c3469bc7028644d72ac140af00655420bbaaf4a742a64e9ed02ec1b0
22+
ENV PHP_VERSION 5.6.19
23+
ENV PHP_FILENAME php-5.6.19.tar.xz
24+
ENV PHP_SHA256 bb32337f93a00b71789f116bddafa8848139120e7fb6f4f98a84f52dbcb8329f
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=" \

7.0/Dockerfile

Lines changed: 3 additions & 3 deletions
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.3
22-
ENV PHP_FILENAME php-7.0.3.tar.xz
23-
ENV PHP_SHA256 3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca
21+
ENV PHP_VERSION 7.0.4
22+
ENV PHP_FILENAME php-7.0.4.tar.xz
23+
ENV PHP_SHA256 584e0e374e357a71b6e95175a2947d787453afc7f9ab7c55651c10491c4df532
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

Lines changed: 3 additions & 3 deletions
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.3
35-
ENV PHP_FILENAME php-7.0.3.tar.xz
36-
ENV PHP_SHA256 3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca
34+
ENV PHP_VERSION 7.0.4
35+
ENV PHP_FILENAME php-7.0.4.tar.xz
36+
ENV PHP_SHA256 584e0e374e357a71b6e95175a2947d787453afc7f9ab7c55651c10491c4df532
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

Lines changed: 3 additions & 3 deletions
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.3
23-
ENV PHP_FILENAME php-7.0.3.tar.xz
24-
ENV PHP_SHA256 3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca
22+
ENV PHP_VERSION 7.0.4
23+
ENV PHP_FILENAME php-7.0.4.tar.xz
24+
ENV PHP_SHA256 584e0e374e357a71b6e95175a2947d787453afc7f9ab7c55651c10491c4df532
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=" \

7.0/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
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.3
23-
ENV PHP_FILENAME php-7.0.3.tar.xz
24-
ENV PHP_SHA256 3af2b62617a0e46214500fc3e7f4a421067224913070844d3665d6cc925a1cca
22+
ENV PHP_VERSION 7.0.4
23+
ENV PHP_FILENAME php-7.0.4.tar.xz
24+
ENV PHP_SHA256 584e0e374e357a71b6e95175a2947d787453afc7f9ab7c55651c10491c4df532
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)