node22 dockerfile

This commit is contained in:
Petitminion 2025-05-15 13:24:08 +02:00
parent a83ee7fba0
commit d5a440fc0a
1 changed files with 1 additions and 1 deletions

View File

@ -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