mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-08-05 22:25:24 +00:00
chore: use node 24 base image
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine
|
||||
FROM node:24-alpine
|
||||
RUN corepack enable && corepack prepare pnpm@11.1.1 --activate
|
||||
WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
Reference in New Issue
Block a user