[PR #4756] [MERGED] Upgrade render image to new base image #4751

Closed
opened 2026-02-22 18:36:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4756
Author: @timothycarambat
Created: 12/10/2025
Status: Merged
Merged: 12/10/2025
Merged by: @timothycarambat

Base: renderHead: upgrade-render-image


📝 Commits (10+)

📊 Changes

14 files changed (+294 additions, -355 deletions)

View changed files

📝 .github/workflows/build-and-push-image-semver.yaml (+1 -4)
📝 .github/workflows/build-and-push-image.yaml (+1 -4)
📝 .github/workflows/build-and-push-render-deployment-image.yaml (+6 -2)
📝 .github/workflows/dev-build.yaml (+31 -36)
📝 collector/package.json (+1 -2)
📝 collector/yarn.lock (+66 -243)
📝 docker/Dockerfile (+22 -16)
📝 docker/render.Dockerfile (+16 -13)
📝 frontend/src/AuthContext.jsx (+36 -2)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx (+21 -21)
📝 frontend/src/models/system.js (+8 -0)
📝 server/endpoints/system.js (+29 -0)
📝 server/package.json (+1 -1)
📝 server/yarn.lock (+55 -11)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4756 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 12/10/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `render` ← **Head:** `upgrade-render-image` --- ### 📝 Commits (10+) - [`cc7c876`](https://github.com/Mintplex-Labs/anything-llm/commit/cc7c876efcdea73a0e9617fc1bb2605ae1f35e77) bump `body-parser` patch version (#4746) - [`d22b7fc`](https://github.com/Mintplex-Labs/anything-llm/commit/d22b7fc4e2364be1553261e8627218439b7b17e0) Remove bcrypt from collector - not used (#4747) - [`17717d3`](https://github.com/Mintplex-Labs/anything-llm/commit/17717d39ac368b63710cc1305e527ed46364bc19) `jws` bump (#4748) - [`f8c6bbd`](https://github.com/Mintplex-Labs/anything-llm/commit/f8c6bbdd975dda56963c12e0b8777d12aa3fae96) Refactor WorkspaceFileRow component (#4740) - [`5024816`](https://github.com/Mintplex-Labs/anything-llm/commit/50248163c4a6d44b6480b571d370a50f896fbe4e) unpin resolution for jws due to node eng version - [`815580e`](https://github.com/Mintplex-Labs/anything-llm/commit/815580ef53875643beb1e68c494785861620d3fd) patch for cheerio dep - [`b620ca4`](https://github.com/Mintplex-Labs/anything-llm/commit/b620ca40ce22eba285de4298d76ef87ce96bf62d) Revert jws/cheerio dependency changes - [`8e0186f`](https://github.com/Mintplex-Labs/anything-llm/commit/8e0186f9accc2d2b4f90ac1f60513183f4077a2e) Fix stale user permissions in UI by refreshing user data on app load (#4751) - [`286ef7f`](https://github.com/Mintplex-Labs/anything-llm/commit/286ef7f750f359f6ae5afd8168b694fcf7578b34) bump `render` image base image - [`2d7a28c`](https://github.com/Mintplex-Labs/anything-llm/commit/2d7a28ca7a7de548299f86255c1c89641ed12911) remove layer fix ### 📊 Changes **14 files changed** (+294 additions, -355 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build-and-push-image-semver.yaml` (+1 -4) 📝 `.github/workflows/build-and-push-image.yaml` (+1 -4) 📝 `.github/workflows/build-and-push-render-deployment-image.yaml` (+6 -2) 📝 `.github/workflows/dev-build.yaml` (+31 -36) 📝 `collector/package.json` (+1 -2) 📝 `collector/yarn.lock` (+66 -243) 📝 `docker/Dockerfile` (+22 -16) 📝 `docker/render.Dockerfile` (+16 -13) 📝 `frontend/src/AuthContext.jsx` (+36 -2) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx` (+21 -21) 📝 `frontend/src/models/system.js` (+8 -0) 📝 `server/endpoints/system.js` (+29 -0) 📝 `server/package.json` (+1 -1) 📝 `server/yarn.lock` (+55 -11) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:27 -05:00
yindo closed this issue 2026-02-22 18:36:27 -05:00
yindo changed title from [PR #4756] Upgrade render image to new base image to [PR #4756] [MERGED] Upgrade render image to new base image 2026-06-05 15:20:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4751