node22 dockerfile
This commit is contained in:
parent
a83ee7fba0
commit
d5a440fc0a
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=$BUILDPLATFORM node:18-alpine AS builder
|
||||
FROM --platform=$BUILDPLATFORM node:22-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache jq bash coreutils python3 build-base
|
||||
|
||||
|
|
Loading…
Reference in New Issue