Skip to content

Commit

Permalink
Fix tachyon and PHP tags
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored Sep 29, 2021
1 parent 1dca55f commit 6b254e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected function get_php_reusable() : array {
'condition' => 'service_started',
],
],
'image' => 'humanmade/altis-local-server-php:4.2.0-dev',
'image' => 'humanmade/altis-local-server-php:4.2.0',
'links' => [
'db:db-read-replica',
's3:s3.localhost',
Expand Down Expand Up @@ -480,7 +480,7 @@ protected function get_service_s3() : array {
protected function get_service_tachyon() : array {
return [
'tachyon' => [
'image' => 'humanmade/tachyon:2.4.0',
'image' => 'humanmade/tachyon:v2.4.0',
'ports' => [
'8080',
],
Expand Down

0 comments on commit 6b254e5

Please sign in to comment.