Skip to content

Conversation

@rtBot
Copy link
Contributor

@rtBot rtBot commented Jan 7, 2026

Update nginx/Dockerfile to use the latest OpenResty version 1.27.1.2

dependabot bot and others added 6 commits December 29, 2025 10:18
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>
Copilot AI review requested due to automatic review settings January 7, 2026 10:16
@mrrobot47 mrrobot47 closed this Jan 7, 2026
Copy link

Copilot AI left a 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
Copy link

Copilot AI Jan 7, 2026

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants