-
Notifications
You must be signed in to change notification settings - Fork 18
Bump OpenResty to 1.27.1.2 #296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps php from 8.1.33-fpm to 8.1.34-fpm. --- updated-dependencies: - dependency-name: php dependency-version: 8.1.34-fpm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps php from 8.4.15-fpm to 8.4.16-fpm. --- updated-dependencies: - dependency-name: php dependency-version: 8.4.16-fpm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps php from 8.2.29-fpm to 8.2.30-fpm. --- updated-dependencies: - dependency-name: php dependency-version: 8.2.30-fpm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps php from 8.3.28-fpm to 8.3.29-fpm. --- updated-dependencies: - dependency-name: php dependency-version: 8.3.29-fpm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Bumps alpine from 3.23.0 to 3.23.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates base Docker images across multiple Dockerfiles to their latest patch versions. While the title and description focus only on OpenResty, the changes actually update six different base images: OpenResty, four PHP versions, and Alpine Linux.
- OpenResty updated from 1.27.1.1 to 1.27.1.2
- PHP versions bumped to latest patch releases (8.1.34, 8.2.30, 8.3.29, 8.4.16)
- Alpine Linux updated from 3.23.0 to 3.23.2
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| nginx/Dockerfile | Updates OpenResty base image from 1.27.1.1 to 1.27.1.2 |
| php/8.4/Dockerfile | Updates PHP base image from 8.4.15 to 8.4.16 |
| php/8.3/Dockerfile | Updates PHP base image from 8.3.28 to 8.3.29 |
| php/8.2/Dockerfile | Updates PHP base image from 8.2.29 to 8.2.30 |
| php/8.1/Dockerfile | Updates PHP base image from 8.1.33 to 8.1.34 |
| newrelic-daemon/Dockerfile | Updates Alpine base image from 3.23.0 to 3.23.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| FROM openresty/openresty:1.27.1.1-buster | |||
| FROM openresty/openresty:1.27.1.2-buster | |||
Copilot
AI
Jan 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title and description only mention updating OpenResty to version 1.27.1.2 in nginx/Dockerfile, but the changes also include updates to PHP versions (8.1, 8.2, 8.3, 8.4) and Alpine Linux version (3.23.2) in newrelic-daemon/Dockerfile. The PR description should accurately reflect all the changes being made, or these additional updates should be in a separate PR.
Update nginx/Dockerfile to use the latest OpenResty version 1.27.1.2