Skip to content

Commit cb910c5

Browse files
author
Mahmoud Zalt
authored
Merge pull request laradock#2246 from laradock/tagging-base-images
Use the original base images after tagging PHP 7.3
2 parents 818eb1f + 5e4fda4 commit cb910c5

4 files changed

Lines changed: 4 additions & 7 deletions

File tree

DOCUMENTATION/content/documentation/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ docker-compose build php-fpm
250250
<br>
251251
<a name="Change-the-PHP-CLI-Version"></a>
252252
## Change the PHP-CLI Version
253-
By default **PHP-CLI 7.0** is running.
254253

255254
>Note: it's not very essential to edit the PHP-CLI version. The PHP-CLI is only used for the Artisan Commands & Composer. It doesn't serve your Application code, this is the PHP-FPM job.
256255

env-example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COMPOSE_PROJECT_NAME=laradock
3838
### PHP Version ###########################################
3939

4040
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.3 - 7.2 - 7.1 - 7.0 - 5.6
41-
PHP_VERSION=7.2
41+
PHP_VERSION=7.3
4242

4343
### Phalcon Version ###########################################
4444

@@ -770,4 +770,4 @@ CASSANDRA_ENABLE_RPC=true
770770
# Datacenter name for the cluster. Ignored in SimpleSnitch endpoint snitch. Default: dc1.
771771
CASSANDRA_DATACENTER=dc1
772772
# Rack name for the cluster. Ignored in SimpleSnitch endpoint snitch. Default: rack1.
773-
CASSANDRA_RACK=rack1
773+
CASSANDRA_RACK=rack1

php-fpm/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
ARG LARADOCK_PHP_VERSION
1616

17-
# FROM laradock/php-fpm:2.2-${LARADOCK_PHP_VERSION}
18-
FROM letsdockerize/laradock-php-fpm:2.4.1-${LARADOCK_PHP_VERSION}
17+
FROM laradock/php-fpm:2.5-${LARADOCK_PHP_VERSION}
1918

2019
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
2120

workspace/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
ARG LARADOCK_PHP_VERSION
1616

17-
# FROM laradock/workspace:2.2-${LARADOCK_PHP_VERSION}
18-
FROM letsdockerize/laradock-workspace:2.4-${LARADOCK_PHP_VERSION}
17+
FROM laradock/workspace:2.5-${LARADOCK_PHP_VERSION}
1918

2019
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
2120

0 commit comments

Comments
 (0)