mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-19 14:13:44 +02:00
fix: switch to nodejs 24
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Stage 1: Build Dependencies
|
# Stage 1: Build Dependencies
|
||||||
# Use an official Node.js runtime as a parent image
|
# Use an official Node.js runtime as a parent image
|
||||||
FROM node:18-alpine AS builder
|
FROM node:24-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ RUN npm ci --only=production
|
|||||||
# REMOVED: RUN npm i oui (should be installed by npm ci now)
|
# REMOVED: RUN npm i oui (should be installed by npm ci now)
|
||||||
|
|
||||||
# Stage 2: Production Image
|
# Stage 2: Production Image
|
||||||
FROM node:18-alpine
|
FROM node:24-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user