mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
chore: upgrade Node.js version and related dependencies to 24.4.0
- Updated .nvmrc and Dockerfiles to use Node.js 24.4.0. - Modified package.json files across multiple applications to reflect the new Node.js version and updated @types/node dependency. - Updated better-auth and @better-auth/sso dependencies to version v1.5.0-beta.16 in relevant package.json files. - Removed outdated .nvmrc file from apps/dokploy.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Dockerfile for DevContainer
|
||||
FROM node:20.16.0-bullseye-slim
|
||||
FROM node:24.4.0-bullseye-slim
|
||||
|
||||
# Install essential packages
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user