Skip to content

Commit 3440786

Browse files
authored
Merge pull request tsparticles#5891 from tsparticles/v4
Updated Dockerfile
2 parents f2449c9 + 5bdbfbb commit 3440786

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

integrations/mcp-server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine AS build
1+
FROM node:24-alpine AS build
22
RUN corepack enable
33
WORKDIR /app
44

@@ -25,7 +25,7 @@ RUN mkdir -p /tmp/app && \
2525
WORKDIR /tmp/app
2626
RUN npm install --omit=dev --ignore-scripts
2727

28-
FROM node:22-alpine
28+
FROM node:24-alpine
2929
RUN apk add --no-cache tini
3030
RUN addgroup --system --gid 1001 app && adduser --system --uid 1001 app
3131
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@
7878
"webpack-cli": "^7.2.1",
7979
"yargs": "^18.0.0"
8080
},
81-
"packageManager": "pnpm@11.10.0"
81+
"packageManager": "pnpm@11.11.0"
8282
}

0 commit comments

Comments
 (0)