mirror of
https://github.com/HeyPuter/puter.git
synced 2026-04-24 08:20:16 -05:00
chore: upgrade supported node version to 23.9 (#1184)
* upgrade node version to 23.9 * update package-lock.json
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@
|
||||
# worry about Docker unless the build/run process changes.
|
||||
|
||||
# Build stage
|
||||
FROM node:22-alpine AS build
|
||||
FROM node:23.9-alpine AS build
|
||||
|
||||
# Install build dependencies
|
||||
RUN apk add --no-cache git python3 make g++ \
|
||||
@@ -41,7 +41,7 @@ RUN npm cache clean --force && \
|
||||
RUN cd src/gui && npm run build && cd -
|
||||
|
||||
# Production stage
|
||||
FROM node:22-alpine
|
||||
FROM node:23.9-alpine
|
||||
|
||||
# Set labels
|
||||
LABEL repo="https://github.com/HeyPuter/puter"
|
||||
|
||||
@@ -114,7 +114,7 @@ Puter is available as a hosted service at [**puter.com**](https://puter.com).
|
||||
- **Operating Systems:** Linux, macOS, Windows
|
||||
- **RAM:** 2GB minimum (4GB recommended)
|
||||
- **Disk Space:** 1GB free space
|
||||
- **Node.js:** Version 16+ (Version 22+ recommended)
|
||||
- **Node.js:** Version 16+ (Version 23+ recommended)
|
||||
- **npm:** Latest stable version
|
||||
|
||||
<br/>
|
||||
|
||||
Generated
+3916
-4563
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@
|
||||
"aws-sdk": "^2.1383.0",
|
||||
"axios": "^1.4.0",
|
||||
"bcrypt": "^5.1.0",
|
||||
"better-sqlite3": "^9.4.3",
|
||||
"better-sqlite3": "^11.9.0",
|
||||
"busboy": "^1.6.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"clean-css": "^5.3.2",
|
||||
|
||||
Reference in New Issue
Block a user