Skip to content

Commit

Permalink
Update to 7.3.0beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Aug 30, 2018
1 parent d6b1dc3 commit 4017680
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions 7.3-rc/alpine3.8/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.3-rc/alpine3.8/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.3-rc/alpine3.8/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.3-rc/stretch/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.3-rc/stretch/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.3-rc/stretch/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down
6 changes: 3 additions & 3 deletions 7.3-rc/stretch/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 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 F38252826ACD957EF380D39F2F7956BC5DA04B5D

ENV PHP_VERSION 7.3.0beta2
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta2.tar.xz.asc"
ENV PHP_SHA256="28f040680ff517b6c3da403fd1048054de0e867246c47da36342f6a488661c70" PHP_MD5=""
ENV PHP_VERSION 7.3.0beta3
ENV PHP_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz" PHP_ASC_URL="https://downloads.php.net/~cmb/php-7.3.0beta3.tar.xz.asc"
ENV PHP_SHA256="062111b400939d26f3a6ec41925b52b93feb1a5e70e3ccade12496cea9fb190f" PHP_MD5=""

RUN set -xe; \
\
Expand Down

0 comments on commit 4017680

Please sign in to comment.