Bump Docker base image from Node 18 to Node 22 LTS
Prisma v7, AWS SDK v3, Tailwind v4, Next.js 16, and chokidar 5 all require Node >= 20. Node 22 is the current LTS release. Made-with: Cursor
This commit is contained in:
parent
53d8e021ae
commit
b597bb898a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-slim AS base
|
||||
FROM node:22-slim AS base
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
graphicsmagick \
|
||||
|
|
|
|||
Loading…
Reference in a new issue