Skip to content

Commit

Permalink
Update to 7.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Mar 31, 2018
1 parent 7707290 commit 3ed155f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions 7.0/alpine3.4/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.0/alpine3.4/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.0/alpine3.4/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.0/jessie/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.0/jessie/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.0/jessie/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.0/jessie/zts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

ENV GPG_KEYS 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3

ENV PHP_VERSION 7.0.28
ENV PHP_URL="https://secure.php.net/get/php-7.0.28.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.28.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="e738ffce2c30bc0e84be9446af86bef0a0607d321f1a3d04bbfe2402fb5f6de0" PHP_MD5=""
ENV PHP_VERSION 7.0.29
ENV PHP_URL="https://secure.php.net/get/php-7.0.29.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-7.0.29.tar.xz.asc/from/this/mirror"
ENV PHP_SHA256="ca79d3ecc123bff4b623d4a1bbf5ad53ad39f5f2f5912fecc0ea97e95eba21cc" PHP_MD5=""

RUN set -xe; \
\
Expand Down

0 comments on commit 3ed155f

Please sign in to comment.