Skip to content

Commit 7d058f7

Browse files
Update to 5.6.28
1 parent 4ea9e24 commit 7d058f7

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
@@ -34,9 +34,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
3434

3535
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
3636

37-
ENV PHP_VERSION 5.6.27
38-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
39-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
37+
ENV PHP_VERSION 5.6.28
38+
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"
39+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
4040

4141
RUN set -xe; \
4242
\

5.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ RUN mkdir -p $PHP_INI_DIR/conf.d
3939

4040
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4141

42-
ENV PHP_VERSION 5.6.27
43-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
44-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
42+
ENV PHP_VERSION 5.6.28
43+
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"
44+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
4545

4646
RUN set -xe; \
4747
\

5.6/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
9090

9191
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
9292

93-
ENV PHP_VERSION 5.6.27
94-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
95-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
93+
ENV PHP_VERSION 5.6.28
94+
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"
95+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
9696

9797
RUN set -xe; \
9898
\

5.6/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-gr
3535

3636
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
3737

38-
ENV PHP_VERSION 5.6.27
39-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
40-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
38+
ENV PHP_VERSION 5.6.28
39+
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"
40+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
4141

4242
RUN set -xe; \
4343
\

5.6/fpm/alpine/Dockerfile

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

4141
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4242

43-
ENV PHP_VERSION 5.6.27
44-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
45-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
43+
ENV PHP_VERSION 5.6.28
44+
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"
45+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
4646

4747
RUN set -xe; \
4848
\

5.6/zts/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
3535

3636
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
3737

38-
ENV PHP_VERSION 5.6.27
39-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
40-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
38+
ENV PHP_VERSION 5.6.28
39+
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"
40+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
4141

4242
RUN set -xe; \
4343
\

5.6/zts/alpine/Dockerfile

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

4141
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
4242

43-
ENV PHP_VERSION 5.6.27
44-
ENV PHP_URL="https://secure.php.net/get/php-5.6.27.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.27.tar.xz.asc/from/this/mirror"
45-
ENV PHP_SHA256="16eb544498339d1d855292826e2e547ab01a31600141094959073e5e10e93ab5" PHP_MD5="9ce6efc96d5ab81ef808f8ed6b1f242d"
43+
ENV PHP_VERSION 5.6.28
44+
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"
45+
ENV PHP_SHA256="07187ba2870f89cef334cd2ad6cb801aeec5eaf283da0293a9a6be75d6786d11" PHP_MD5="1e01c66b2e67ab3b56a6180ee560fe4c"
4646

4747
RUN set -xe; \
4848
\

0 commit comments

Comments
 (0)