Skip to content

Commit 36653e5

Browse files
committed
Use latest node lts
1 parent 4c18f42 commit 36653e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • aidbox-forms/aidbox-forms-smart-launch-2

aidbox-forms/aidbox-forms-smart-launch-2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker.io/docker/dockerfile:1
22

3-
FROM node:18-alpine AS base
3+
FROM node:24-alpine AS base
44

55
# Stage 1: Dependencies
66
FROM base AS deps
@@ -9,7 +9,7 @@ RUN apk add --no-cache libc6-compat
99
WORKDIR /app
1010

1111
# Install pnpm
12-
RUN corepack enable && corepack prepare pnpm@9.15.2 --activate
12+
RUN corepack enable && corepack prepare pnpm@10.25.0 --activate
1313

1414
# Copy package files
1515
COPY package.json pnpm-lock.yaml ./

0 commit comments

Comments
 (0)