Skip to content

Commit

Permalink
fix license.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jun 15, 2020
1 parent 7fc3423 commit 7a5d206
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions 7.2/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# hyperf-cloud/hyperf:7.2-alpine-base
# hyperf/hyperf:7.2
#
# @link https://www.hyperf.io
# @document https://doc.hyperf.io
# @contact [email protected]
# @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE

FROM alpine:3.9

Expand Down Expand Up @@ -61,4 +61,4 @@ RUN set -ex \
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man /usr/share/php7 \
&& php -v \
&& php -m \
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
4 changes: 2 additions & 2 deletions 7.2/alpine/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# hyperf-cloud/hyperf:7.2-alpine-cli
# hyperf/hyperf:7.2
#
# @link https://www.hyperf.io
# @document https://doc.hyperf.io
# @contact [email protected]
# @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE

FROM hyperf/hyperf:7.2-alpine-v3.9-base

Expand Down
6 changes: 3 additions & 3 deletions 7.3/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# hyperf-cloud/hyperf:7.3-alpine-base
# hyperf/hyperf:7.3
#
# @link https://www.hyperf.io
# @document https://doc.hyperf.io
# @contact [email protected]
# @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE

ARG ALPINE_VERSION

Expand Down Expand Up @@ -66,4 +66,4 @@ RUN set -ex \
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man /usr/share/php7 \
&& php -v \
&& php -m \
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
4 changes: 2 additions & 2 deletions 7.3/alpine/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# hyperf-cloud/hyperf:7.3-alpine-cli
# hyperf/hyperf:7.3
#
# @link https://www.hyperf.io
# @document https://doc.hyperf.io
# @contact [email protected]
# @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE

ARG ALPINE_VERSION

Expand Down
6 changes: 3 additions & 3 deletions 7.4/alpine/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# hyperf-cloud/hyperf:7.4-alpine-base
# hyperf/hyperf:7.4
#
# @link https://www.hyperf.io
# @document https://doc.hyperf.io
# @contact [email protected]
# @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE

ARG ALPINE_VERSION

Expand Down Expand Up @@ -66,4 +66,4 @@ RUN set -ex \
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man /usr/share/php7 \
&& php -v \
&& php -m \
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
4 changes: 2 additions & 2 deletions 7.4/alpine/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# hyperf-cloud/hyperf:7.3-alpine-cli
# hyperf/hyperf:7.4
#
# @link https://www.hyperf.io
# @document https://doc.hyperf.io
# @contact [email protected]
# @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
# @license https://github.com/hyperf/hyperf/blob/master/LICENSE

ARG ALPINE_VERSION

Expand Down

0 comments on commit 7a5d206

Please sign in to comment.