chore(deps): update public.ecr.aws/lambda/nodejs docker tag to v24#53
chore(deps): update public.ecr.aws/lambda/nodejs docker tag to v24#53renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1,4 +1,4 @@ | |||
| FROM public.ecr.aws/lambda/nodejs:20-x86_64 | |||
| FROM public.ecr.aws/lambda/nodejs:24-x86_64 | |||
There was a problem hiding this comment.
Preserve advertised Node runtimes in node-x86_64 images*
The base image was bumped to public.ecr.aws/lambda/nodejs:24-x86_64, but this Dockerfile (and the other node16/18/22 variants) are still named and tagged as node20/node22 images. Building and publishing them now produces Node 24 Lambda runtimes under the node20/node22/node18/node16 tags, so users expecting those specific runtimes will silently get a different major version and potentially incompatible behavior. If the intent is to keep the older runtimes, the base tag should remain at 20/22/18/16; if upgrading to 24, the filenames/tags and README need to be updated accordingly.
Useful? React with 👍 / 👎.
363b509 to
e360df4
Compare
This PR contains the following updates:
22-x86_64→24-x86_6420-x86_64→24-x86_6418-x86_64→24-x86_6416-x86_64→24-x86_64Configuration
📅 Schedule: Branch creation - At 06:00 PM through 11:59 PM and 12:00 AM through 09:59 AM ( * 18-23,0-9 * * * ) in timezone Europe/Kiev, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.