build(Dockerfile): use node 22
This commit is contained in:
parent
c452bdd76b
commit
b88aa987c6
@ -1,5 +1,5 @@
|
|||||||
# Build Stage
|
# Build Stage
|
||||||
FROM node:20-alpine AS build
|
FROM node:22-slim AS build
|
||||||
|
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user