Skip to content

Commit

Permalink
Bump nginx version correct way.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 8, 2023
1 parent 9621df4 commit 65af876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion builders/pantheon-php.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {

options.version = options.php;
options.image = `devwithlando/pantheon-appserver:${options.php}-${options.tag}`;
options.via = 'nginx:1.16';
options.via = 'nginx:1.25';

// Add in the prepend.php
// @TODO: this throws a weird DeprecationWarning: 'root' is deprecated, use 'global' for reasons not immediately clear
Expand Down
1 change: 0 additions & 1 deletion recipes/pantheon/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ const getServices = options => ({
framework: options.framework,
drush_version: options.drush_version,
root: options.root,
via: 'nginx:25',
},
database: {
type: options.database,
Expand Down

0 comments on commit 65af876

Please sign in to comment.