Skip to content

Commit

Permalink
Merge pull request #278 from humanmade/update-nginx-3-2-1
Browse files Browse the repository at this point in the history
Update nginx continer to 3.2.1
  • Loading branch information
roborourke authored Mar 26, 2021
2 parents db058a8 + f434c45 commit 39adeae
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 @@ -196,7 +196,7 @@ protected function get_service_cavalcade() : array {
protected function get_service_nginx() : array {
return [
'nginx' => [
'image' => 'humanmade/altis-local-server-nginx:3.1.0',
'image' => 'humanmade/altis-local-server-nginx:3.2.1',
'networks' => [
'proxy',
'default',
Expand Down

0 comments on commit 39adeae

Please sign in to comment.