Skip to content

Commit

Permalink
new docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Galli committed Nov 16, 2017
1 parent a4ce177 commit e662144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
php-cli:
image: algatux/php-cli-mongodb:1.0
image: algatux/php-cli-mongodb:1.1
volumes:
- ./:/home/user-dev/project
tty: true
Expand Down
2 changes: 1 addition & 1 deletion docker/php-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN apt-get update \
mbstring \
zip

RUN pecl install mongodb-1.2.9 \
RUN pecl install mongodb-1.3.0 \
&& docker-php-ext-enable mongodb

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Expand Down

0 comments on commit e662144

Please sign in to comment.