Skip to content

Commit

Permalink
Merge pull request #617 from humanmade/update-nginx-image
Browse files Browse the repository at this point in the history
Release 3.5.4 altis-local-server-nginx
  • Loading branch information
ferschubert-hm authored Aug 11, 2023
2 parents dedbebd + 0c1a8f4 commit eb2f64c
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 @@ -298,7 +298,7 @@ protected function get_service_nginx() : array {

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

0 comments on commit eb2f64c

Please sign in to comment.