[PR #3660] [MERGED] build: update node alpine version #4477

Closed
opened 2026-03-17 02:00:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/3660
Author: @jordibeen
Created: 12/15/2023
Status: Merged
Merged: 1/3/2024
Merged by: @AndrewBastin

Base: release/2023.12.2Head: node-update


📝 Commits (1)

  • 2237bad update node alpine version

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 prod.Dockerfile (+1 -1)

📄 Description

Closes

Description

People that want to self-host using the Hoppscotch builds from Docker Hub are experiencing problems when trying to connect with an external database with Postgres version >= 14, with the message:

Cannot start backend container beyond Initialize PubSub due to ELIFECYCLE  Command failed.

Building the Dockerfile from source using node:18-alpine3.19 solves the issue. This PR upgrades the node alpine base image from node:18-alpine3.16 to node:18-alpine3.19, hoping to fix the build in Docker Hub.

Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🔄 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/hoppscotch/hoppscotch/pull/3660 **Author:** [@jordibeen](https://github.com/jordibeen) **Created:** 12/15/2023 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `release/2023.12.2` ← **Head:** `node-update` --- ### 📝 Commits (1) - [`2237bad`](https://github.com/hoppscotch/hoppscotch/commit/2237bad0154479e8b074149e0432d0ba47f6bd08) update node alpine version ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `prod.Dockerfile` (+1 -1) </details> ### 📄 Description <!-- Thanks for creating this pull request 🤗 Please make sure that the pull request is limited to one type (docs, feature, etc.) and keep it as small as possible. You can open multiple prs instead of opening a huge one. --> <!-- If this pull request closes an issue, please mention the issue number below --> Closes <!-- Issue # here --> - #3321 - #3378 - #3405 ### Description <!-- Add a brief description of the pull request --> People that want to self-host using the Hoppscotch builds from Docker Hub are experiencing problems when trying to connect with an external database with Postgres version >= 14, with the message: > Cannot start backend container beyond Initialize PubSub due to ELIFECYCLE  Command failed. Building the Dockerfile from source using `node:18-alpine3.19` solves the issue. This PR upgrades the node alpine base image from `node:18-alpine3.16` to `node:18-alpine3.19`, hoping to fix the build in Docker Hub. <!-- You can also choose to add a list of changes and if they have been completed or not by using the markdown to-do list syntax - [ ] Not Completed - [x] Completed --> ### Checks <!-- Make sure your pull request passes the CI checks and do check the following fields as needed - --> - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the documentation - [x] I have updated the documentation as required - [x] All the tests have passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:00:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4477
No description provided.