···11-FROM node:20.19-alpine3.23 as build
11+# NOTE there is an additional build stage below that should match
22+FROM node:20.20-alpine3.23 as build
2334RUN corepack enable
45···1617RUN pnpm install --production --frozen-lockfile > /dev/null
17181819# Uses assets from build stage to reduce build size
1919-FROM node:20.19-alpine3.22
2020+FROM node:20.20-alpine3.23
20212122RUN apk add --update dumb-init
2223