Skip to content

Commit 0ff1fb3

Browse files
committed
ci: update image
1 parent 1661c88 commit 0ff1fb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:20.16.0-alpine AS deps
1+
FROM node:24.6.0-alpine AS deps
22
RUN apk update && apk add --no-cache libc6-compat
33
WORKDIR /app
44
COPY package.json pnpm-lock.yaml ./
55
RUN npm install -g pnpm && pnpm install
66

7-
FROM node:20.16.0-alpine AS builder
7+
FROM node:24.6.0-alpine AS builder
88
ARG NEXT_PUBLIC_IS_BASE="false"
99
WORKDIR /app
1010
COPY --from=deps /app/node_modules ./node_modules

0 commit comments

Comments
 (0)