Skip to content

Commit

Permalink
PHP7 extension for ZeroMQ
Browse files Browse the repository at this point in the history
  • Loading branch information
程会勇 committed Nov 7, 2017
1 parent 970a6fc commit 69dd775
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion call-websocket/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#https://yeasy.gitbooks.io/docker_practice/content/image/dockerfile/cmd.html
FROM bravist/php-cli-alpine-aliyun-app:1.7
FROM bravist/php-cli-alpine-aliyun-app:1.8

EXPOSE 8190 8191

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

### PHP-FPM Container #######################################
php-fpm:
image: bravist/php-fpm-alpine-aliyun-app:1.9
image: bravist/php-fpm-alpine-aliyun-app:1.10
container_name: lnmp-php-fpm
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion php-crond/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bravist/php-cli-alpine-aliyun-app:1.7
FROM bravist/php-cli-alpine-aliyun-app:1.8

COPY ./crontabs/default /var/spool/cron/crontabs/

Expand Down
2 changes: 1 addition & 1 deletion php-supervisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bravist/php-cli-alpine-aliyun-app:1.7
FROM bravist/php-cli-alpine-aliyun-app:1.8

MAINTAINER bravist <[email protected]>

Expand Down

0 comments on commit 69dd775

Please sign in to comment.