Skip to content

Commit

Permalink
Merge pull request #606 from humanmade/bump-nginx-container-version
Browse files Browse the repository at this point in the history
bump the nginx container version
  • Loading branch information
kovshenin authored May 12, 2023
2 parents 05b5b8a + b00267f commit f44d1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ protected function get_service_nginx() : array {

return [
'nginx' => [
'image' => 'humanmade/altis-local-server-nginx:3.4.0',
'image' => 'humanmade/altis-local-server-nginx:3.5.2',
'container_name' => "{$this->project_name}-nginx",
'networks' => [
'proxy',
Expand Down

0 comments on commit f44d1ca

Please sign in to comment.