Skip to content

Commit 35080cc

Browse files
Update to 5.6.29
1 parent 61d8a2d commit 35080cc

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

5.6/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ ENV LDFLAGS="-Wl,-O1 -Wl,--hash-style=both"
4444

4545
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4646

47-
ENV PHP_VERSION 5.6.28
48-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
49-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
47+
ENV PHP_VERSION 5.6.29
48+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
49+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
5050

5151
RUN set -xe; \
5252
\

5.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ ENV LDFLAGS="-Wl,-O1 -Wl,--hash-style=both"
4949

5050
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5151

52-
ENV PHP_VERSION 5.6.28
53-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
54-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
52+
ENV PHP_VERSION 5.6.29
53+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
54+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
5555

5656
RUN set -xe; \
5757
\

5.6/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ ENV LDFLAGS="-Wl,-O1 -Wl,--hash-style=both"
100100

101101
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
102102

103-
ENV PHP_VERSION 5.6.28
104-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
105-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
103+
ENV PHP_VERSION 5.6.29
104+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
105+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
106106

107107
RUN set -xe; \
108108
\

5.6/fpm/Dockerfile

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

4646
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4747

48-
ENV PHP_VERSION 5.6.28
49-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
50-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
48+
ENV PHP_VERSION 5.6.29
49+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
50+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
5151

5252
RUN set -xe; \
5353
\

5.6/fpm/alpine/Dockerfile

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

5151
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5252

53-
ENV PHP_VERSION 5.6.28
54-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
55-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
53+
ENV PHP_VERSION 5.6.29
54+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
55+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
5656

5757
RUN set -xe; \
5858
\

5.6/zts/Dockerfile

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

4646
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4747

48-
ENV PHP_VERSION 5.6.28
49-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
50-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
48+
ENV PHP_VERSION 5.6.29
49+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
50+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
5151

5252
RUN set -xe; \
5353
\

5.6/zts/alpine/Dockerfile

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

5151
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5252

53-
ENV PHP_VERSION 5.6.28
54-
ENV PHP_URL="https://secure.php.net/get/php-5.6.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.28.tar.xz.asc/from/this/mirror"
55-
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
53+
ENV PHP_VERSION 5.6.29
54+
ENV PHP_URL="https://secure.php.net/get/php-5.6.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.29.tar.xz.asc/from/this/mirror"
55+
ENV PHP_SHA256="0ff352a433f73e2c82b0d5b283b600402518569bf72a74e247f356dacbf322a7" PHP_MD5="190bf5b52d1fc68d5500a8cdc7e33164"
5656

5757
RUN set -xe; \
5858
\

0 commit comments

Comments
 (0)