Skip to content

Commit

Permalink
Update docker builds for php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jul 9, 2020
1 parent 17ce817 commit 10057fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DATA_PATH_HOST=./storage/laradock/

### PHP ###########################################

# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2, 7.3
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM).
PHP_VERSION=7.4

# Enable Xdebug
Expand Down
1 change: 1 addition & 0 deletions env/docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update \
curl \
iputils-ping \
vim \
libonig-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Laravel required extensions
Expand Down
1 change: 1 addition & 0 deletions env/docker/workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update \
ruby-bundler \
ssh-client \
iputils-ping \
libonig-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Laravel required extensions
Expand Down

0 comments on commit 10057fc

Please sign in to comment.